Skip to content

Commit

Permalink
Merge pull request #1584 from finefoot/patch-1
Browse files Browse the repository at this point in the history
Add newline to fix reST syntax
  • Loading branch information
LilSpazJoekp authored Nov 16, 2020
2 parents df20162 + e663245 commit 4de22f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions praw/models/reddit/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def replies(self) -> CommentForest:
Sort order and reply limit can be set with the ``reply_sort`` and
``reply_limit`` attributes before replies are fetched, including any call to
:meth:`.refresh`:
.. code-block:: python
comment.reply_sort = "new"
Expand Down

0 comments on commit 4de22f2

Please sign in to comment.