Skip to content

Commit

Permalink
Update subreddit.py
Browse files Browse the repository at this point in the history
Add missing quotes
  • Loading branch information
LilSpazJoekp authored Jun 11, 2023
1 parent 5bc11a3 commit 8da846e
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 @@ -2728,7 +2728,7 @@ def update(
:param submit_text_label: Custom label for submit text post button (``None`` for
default).
:param subreddit_type: One of ``"archived"``, ``"employees_only"``,
``"gold_only"``, ``gold_restricted``, ``"private"``, ``"public"``, or
``"gold_only"``, ``"gold_restricted"``, ``"private"``, ``"public"``, or
``"restricted"``.
:param suggested_comment_sort: All comment threads will use this sorting method
by default. Leave ``None``, or choose one of ``"confidence"``,
Expand Down

0 comments on commit 8da846e

Please sign in to comment.