Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed subreddit in text and code to use test subreddit in quickstart example #213

Merged
merged 1 commit into from Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -29,6 +29,7 @@ Documentation Contributors
- Jason Haines `@jghaines <https://github.com/jghaines>`_
- Kaif `@kaif-00z <https://github.com/kaif-00z>`_
- Johanna Rührig `@TheRealVira <https://github.com/TheRealVira>`_
- Sam Snarr `@sss-ng <https://github.com/sss-ng>`_
- Add "Name <email (optional)> and github profile link" above this line.

PRAW Author
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/quick_start.rst
Expand Up @@ -92,7 +92,7 @@ Just like that, you now have a read-only :class:`.Reddit` instance.
# Output: True

With a read-only instance, you can do something like obtaining 10 "hot" submissions from
``r/learnpython``:
``r/test``:

.. code-block:: python

Expand Down