Skip to content

Commit

Permalink
Fix typo in comment.show docs
Browse files Browse the repository at this point in the history
(cherry picked from f471a717f6a021c0aaa85a236b8634e8851eba31)
  • Loading branch information
LilSpazJoekp committed Feb 23, 2021
1 parent 064ebf7 commit 4a64a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/models/reddit/comment.py
Expand Up @@ -376,7 +376,7 @@ async def show(self):
.. code-block:: python
# lock a comment:
# Uncollapse a comment:
comment = await reddit.comment("dkk4qjd", lazy=True)
await comment.mod.show()
"""
Expand Down

0 comments on commit 4a64a7c

Please sign in to comment.