From 2cc124dbe5e9d39023a2cbbd9e1d218dcb5b6fe5 Mon Sep 17 00:00:00 2001 From: Jack McCracken Date: Fri, 10 Jan 2014 15:54:35 -0500 Subject: [PATCH] Added documentation for the output_to argument. --- tqdm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tqdm.py b/tqdm.py index 9e53ad02..0db292d8 100644 --- a/tqdm.py +++ b/tqdm.py @@ -61,6 +61,8 @@ def tqdm(iterable, desc='', total=None, leave=False, mininterval=0.5, miniters=1 iterating over all elements. If less than mininterval seconds or miniters iterations have passed since the last progress meter update, it is not updated again. + 'output_to' can be a file-like object to output the progress message to + If not specified, prints to sys.stdout. """ if total is None: try: