From 8f176f95f255f40f4656e4d271615e7702311eae Mon Sep 17 00:00:00 2001 From: zz Date: Fri, 8 Apr 2016 23:45:01 +0800 Subject: [PATCH] update docs about `leave` parameter --- README.rst | 2 +- tqdm/_tqdm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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