Skip to content

Commit

Permalink
Add more explicit description about the sendreplies methods
Browse files Browse the repository at this point in the history
  • Loading branch information
neo authored Oct 27, 2023
1 parent eb99a6a commit 55ce4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions praw/models/reddit/mixins/inboxtoggleable.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class InboxToggleableMixin:
"""Interface for classes that can optionally receive inbox replies."""

def disable_inbox_replies(self):
"""Disable inbox replies for the item.
"""Disable inbox replies for the item. This can only apply to a thing created by the user.
Example usage:
Expand All @@ -28,7 +28,7 @@ def disable_inbox_replies(self):
)

def enable_inbox_replies(self):
"""Enable inbox replies for the item.
"""Enable inbox replies for the item. This can only apply to a thing created by the user.
Example usage:
Expand Down

0 comments on commit 55ce4e7

Please sign in to comment.