Skip to content

Commit

Permalink
Merge pull request #206 from praw-dev/link_template_docs
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
2 parents bd325f7 + b5f6ddb commit fe92c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asyncpraw/models/reddit/subreddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2342,9 +2342,9 @@ async def add(
.. code-block:: python
subreddit = await reddit.subreddit("test")
await subreddit.flair.templates.add(
"PRAW",
css_class="praw",
await subreddit.flair.link_templates.add(
"Async PRAW",
css_class="asyncpraw",
text_editable=True,
)
Expand Down

0 comments on commit fe92c63

Please sign in to comment.