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