Skip to content

Commit

Permalink
Merge pull request #213 from praw-dev/fix_quickstart_typo
Browse files Browse the repository at this point in the history
Changed subreddit in text and code to use `test` subreddit in quickstart example
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
2 parents 653d67a + c49d9d2 commit 460ab97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 460ab97

Please sign in to comment.