Skip to content

Commit

Permalink
Merge pull request #268 from praw-dev/improve-sendreplies-docs
Browse files Browse the repository at this point in the history
Add more explicit description about the `sendreplies` methods
  • Loading branch information
LilSpazJoekp committed Nov 26, 2023
2 parents b61ed0c + 74a3b2f commit 1cc5c1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions asyncpraw/models/reddit/mixins/inboxtoggleable.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class InboxToggleableMixin:
async def disable_inbox_replies(self):
"""Disable inbox replies for the item.
.. note::
This can only apply to items created by the authenticated user.
Example usage:
.. code-block:: python
Expand All @@ -30,6 +34,10 @@ async def disable_inbox_replies(self):
async def enable_inbox_replies(self):
"""Enable inbox replies for the item.
.. note::
This can only apply to items created by the authenticated user.
Example usage:
.. code-block:: python
Expand Down

0 comments on commit 1cc5c1d

Please sign in to comment.