Skip to content

Commit

Permalink
Fix docs for muted
Browse files Browse the repository at this point in the history
(cherry picked from commit praw-dev/praw@89c0402)
  • Loading branch information
LilSpazJoekp committed Feb 25, 2023
1 parent 4a5c811 commit cfee742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/models/reddit/subreddit.py
Expand Up @@ -727,7 +727,7 @@ def muted(self) -> "asyncpraw.models.reddit.subreddit.SubredditRelationship":
subreddit = await reddit.subreddit("test")
async for mute in subreddit.muted():
print("{mute}: {mute.note}")
print("{mute}: {mute.date}")
"""
return SubredditRelationship(self, "muted")
Expand Down

0 comments on commit cfee742

Please sign in to comment.