Skip to content

Commit 2f33472

Browse files
committed
Fix documentation
1 parent 486e6c8 commit 2f33472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli_ui/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ def info_count(
347347
348348
:param i: current index
349349
:param n: total number of items
350+
:param one_line: force all messages to be printed on one line
350351
"""
351352
num_digits = len(str(n))
352353
counter_format = "(%{}d/%d)".format(num_digits)

0 commit comments

Comments
 (0)