Skip to content

Commit

Permalink
Fix grammar in Submission.sticky docstring
Browse files Browse the repository at this point in the history
(cherry picked from commit praw-dev/praw@c3e7092)
  • Loading branch information
LilSpazJoekp committed Nov 2, 2021
1 parent 1d9d3f0 commit 6eb2c45
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 6eb2c45

Please sign in to comment.