Skip to content

Commit

Permalink
Fix memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 24, 2019
1 parent 12902d8 commit bb947e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Example:
>>> from progiter import ProgIter
>>> for item in ProgIter(range(1000000000)):
>>> for item in ProgIter(range(1000)):
>>> item # Do Work
"""
from __future__ import unicode_literals
Expand Down

0 comments on commit bb947e6

Please sign in to comment.