From 1a55915595feddfdf9583c796bfb47ac3f41ec33 Mon Sep 17 00:00:00 2001 From: PokestarFan Date: Wed, 25 Dec 2019 17:01:13 -0500 Subject: [PATCH] Correct minor typos --- praw/models/reddit/multi.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/praw/models/reddit/multi.py b/praw/models/reddit/multi.py index acb1b32055..b528f5b65b 100644 --- a/praw/models/reddit/multi.py +++ b/praw/models/reddit/multi.py @@ -71,7 +71,7 @@ def stream(self): """Provide an instance of :class:`.SubredditStream`. Streams can be used to indefinitely retrieve new comments made to a - subreddit, like: + multireddit, like: .. code:: python @@ -79,8 +79,7 @@ def stream(self): print(comment) Additionally, new submissions can be retrieved via the stream. In the - following example all submissions are fetched via the special subreddit - ``all``: + following example all new submissions to the multireddit are fetched: .. code:: python