update docs about `leave` parameter

This commit is contained in:
zz 2016-04-08 23:45:01 +08:00
parent fe9731752b
commit 8f176f95f2
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ Parameters
True and this parameter needs subsequent updating, specify an
initial arbitrary large positive integer, e.g. int(9e9).
* leave : bool, optional
If [default: True], removes all traces of the progressbar
If [default: True], keeps all traces of the progressbar
upon termination of iteration.
* file : `io.TextIOWrapper` or `io.StringIO`, optional
Specifies where to output the progress messages

View File

@ -303,7 +303,7 @@ class tqdm(object):
True and this parameter needs subsequent updating, specify an
initial arbitrary large positive integer, e.g. int(9e9).
leave : bool, optional
If [default: True], removes all traces of the progressbar
If [default: True], keeps all traces of the progressbar
upon termination of iteration.
file : `io.TextIOWrapper` or `io.StringIO`, optional
Specifies where to output the progress messages