Skip to content

Commit c893d90

Browse files
committed
minor README updates:
- Add code formatting to tqdm(iterable) (#236) - Update README.rst with screenshot caption (#220) Add note and link to bpython.
1 parent 713f615 commit c893d90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 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
@@ -29,6 +29,7 @@ Here's what the output looks like:
2929
``tqdm(xrange(N))``.
3030

3131
|Screenshot|
32+
Screenshot using `bpython <http://www.bpython-interpreter.org/>`__
3233

3334
It can also be executed as a module with pipes:
3435

0 commit comments

Comments
 (0)