Skip to content

Commit

Permalink
Update praw/models/reddit/subreddit.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Payne <15524072+LilSpazJoekp@users.noreply.github.com>
  • Loading branch information
NathanTech7713 and LilSpazJoekp committed Jun 26, 2023
1 parent adabdd8 commit 55cd8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/models/reddit/subreddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ def __call__(
return ListingGenerator(self.subreddit._reddit, url, **generator_kwargs)

def __init__(self, subreddit: "praw.models.Subreddit"):
"""Initialize a :`:`.SubredditFlair` instance.
"""Initialize a :class:`.SubredditFlair` instance.
:param subreddit: The subreddit whose flair to work with.
Expand Down

0 comments on commit 55cd8b5

Please sign in to comment.