Skip to content

Commit

Permalink
Update saved snippet to match description
Browse files Browse the repository at this point in the history
Snippet would return only 100 results at most, but the example states all.

(cherry picked from commit 31e452568bdbcaca243d3f1239db6d14a69dbdcc)
Signed-off-by: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com>
  • Loading branch information
gavin19 authored and LilSpazJoekp committed Aug 28, 2020
1 parent b095e82 commit b0ed590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/models/listing/mixins/redditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def saved(
.. code-block:: python
current_user = await reddit.user.me()
async for item in current_user.saved():
async for item in current_user.saved(limit=None):
print(item.id)
"""
Expand Down

0 comments on commit b0ed590

Please sign in to comment.