Skip to content

Commit

Permalink
Merge pull request #1217 from PokestarFan/patch-2
Browse files Browse the repository at this point in the history
Update modmail.py
  • Loading branch information
jarhill0 committed Dec 28, 2019
2 parents 79d3ba8 + c888642 commit 418f258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions praw/models/reddit/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ def read(self, other_conversations=None): # noqa: D207, D301
subreddit = reddit.subreddit('redditdev')
conversation = subreddit.modmail.conversation('2gmz')
conversation.read(\
other_conversations=conversation.user.recent_convos)
conversation.read(
other_conversations=conversation.user.recent_convos)
"""
data = {
Expand Down

0 comments on commit 418f258

Please sign in to comment.