Skip to content

Commit

Permalink
Merge pull request #1990 from neo/patch-2
Browse files Browse the repository at this point in the history
Docs: Add more explicit description about the `sendreplies` methods
  • Loading branch information
LilSpazJoekp committed Nov 13, 2023
2 parents b21668e + a0736f1 commit 2fe6729
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions praw/models/reddit/mixins/inboxtoggleable.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class InboxToggleableMixin:
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 @@ def disable_inbox_replies(self):
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 2fe6729

Please sign in to comment.