diff --git a/README.rst b/README.rst index 74ee1fea..4c27786d 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/tqdm/_tqdm.py b/tqdm/_tqdm.py index f9acfbaa..8ec88b25 100644 --- a/tqdm/_tqdm.py +++ b/tqdm/_tqdm.py @@ -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