Skip to content

Commit

Permalink
Correct minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonCoderAS committed Dec 25, 2019
1 parent 40467ee commit 1a55915
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions praw/models/reddit/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,15 @@ 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
for comment in reddit.multireddit('spez', 'fun').stream.comments():
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
Expand Down

0 comments on commit 1a55915

Please sign in to comment.