Skip to content

Commit

Permalink
Merge pull request #142 from praw-dev/sticky-docs
Browse files Browse the repository at this point in the history
Fix grammar in Submission.sticky docstring
  • Loading branch information
LilSpazJoekp committed Nov 2, 2021
2 parents 1d9d3f0 + 6eb2c45 commit 056d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/models/reddit/submission.py
Expand Up @@ -274,7 +274,7 @@ async def sticky(self, state: bool = True, bottom: bool = True):
.. note::
When a submission is stickied two or more times, the Reddit API responds
with a 409 error that is raises as a ``Conflict`` by asyncprawcore. The
with a 409 error that is raised as a ``Conflict`` by asyncprawcore. This
method suppresses these ``Conflict`` errors.
This submission will replace the second stickied submission if one exists.
Expand Down

0 comments on commit 056d558

Please sign in to comment.