Skip to content

Commit

Permalink
Fix typo in documentation example (#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
calderwoodra authored Dec 18, 2023
1 parent 6cf1be9 commit 2082a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/concepts/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ That means you can do this:
.. code-block:: python
message.user_id
await message.get_input_user()
await message.get_input_sender()
message.user
# ...etc
Expand Down

0 comments on commit 2082a0e

Please sign in to comment.