Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
(cherry picked from commit praw-dev/praw@56d8a33)
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
1 parent 259a2af commit b5f6ddb
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 b5f6ddb

Please sign in to comment.