From c49d9d247a3a6a6d7a9a7d64fd92944a091ae15b Mon Sep 17 00:00:00 2001 From: Sam Snarr <38705645+sss-ng@users.noreply.github.com> Date: Sun, 24 Jul 2022 18:59:35 -0500 Subject: [PATCH] Changed subreddit in text and code to use `test` subreddit in quickstart example (cherry picked from commit praw-dev/praw@e49393d3c764dbb25c664e3c08040d99c8932789) --- AUTHORS.rst | 1 + docs/getting_started/quick_start.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 86a8f9fe..35fbaff6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -29,6 +29,7 @@ Documentation Contributors - Jason Haines `@jghaines `_ - Kaif `@kaif-00z `_ - Johanna Rührig `@TheRealVira `_ +- Sam Snarr `@sss-ng `_ - Add "Name and github profile link" above this line. PRAW Author diff --git a/docs/getting_started/quick_start.rst b/docs/getting_started/quick_start.rst index 57e33803..55293c3c 100644 --- a/docs/getting_started/quick_start.rst +++ b/docs/getting_started/quick_start.rst @@ -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