We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063c81f + 53f508f commit 21f0501Copy full SHA for 21f0501
docs/tutorials/comments.rst
@@ -72,7 +72,7 @@ could ignore :class:`.MoreComments` in our code, like so:
72
73
from asyncpraw.models import MoreComments
74
75
- comments - await submission.comments()
+ comments = await submission.comments()
76
for top_level_comment in comments:
77
if isinstance(top_level_comment, MoreComments):
78
continue
0 commit comments