Skip to content

Commit a23bd5f

Browse files
authored
Add code formatting to tqdm(iterable)
1 parent 50fc2d8 commit a23bd5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tqdm
1313
``tqdm`` (read taqadum, تقدّم) means "progress" in arabic.
1414

1515
Instantly make your loops show a smart progress meter - just wrap any
16-
iterable with "tqdm(iterable)", and you're done!
16+
iterable with ``tqdm(iterable)``, and you're done!
1717

1818
.. code:: python
1919

0 commit comments

Comments
 (0)