Skip to content

Commit 21f0501

Browse files
authored
Merge pull request #299 from Andrew-Chen-Wang/andrew/comments.rst
2 parents 063c81f + 53f508f commit 21f0501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/comments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ could ignore :class:`.MoreComments` in our code, like so:
7272
7373
from asyncpraw.models import MoreComments
7474
75-
comments - await submission.comments()
75+
comments = await submission.comments()
7676
for top_level_comment in comments:
7777
if isinstance(top_level_comment, MoreComments):
7878
continue

0 commit comments

Comments
 (0)