We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedb84f commit 6e22bd9Copy full SHA for 6e22bd9
2 files changed
README.rst
@@ -268,9 +268,10 @@ Parameters
268
* miniters : int, optional
269
Minimum progress update interval, in iterations.
270
If specified, will set `mininterval` to 0.
271
-* ascii : bool, optional
+* ascii : bool or str, optional
272
If unspecified or False, use unicode (smooth blocks) to fill
273
- the meter. The fallback is to use ASCII characters `1-9 #`.
+ the meter.
274
+ The fallback is to use ASCII characters " 123456789#".
275
* disable : bool, optional
276
Whether to disable the entire progressbar wrapper
277
[default: False].
todo
0 commit comments