Skip to content

Commit

Permalink
Merge e4cf811 into be588a4
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jan 19, 2021
2 parents be588a4 + e4cf811 commit 1eaf327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/models/reddit/subreddit.py
Expand Up @@ -2489,7 +2489,7 @@ def log(self, action=None, mod=None, **stream_options):
def modmail_conversations(
self, other_subreddits=None, sort=None, state=None, **stream_options
):
"""Yield unread new modmail messages as they become available.
"""Yield new-modmail conversations as they become available.
:param other_subreddits: A list of :class:`.Subreddit` instances for
which to fetch conversations (default: None).
Expand Down

0 comments on commit 1eaf327

Please sign in to comment.