From 2082a0e4deb968007c1b0021909de7bc7014a01f Mon Sep 17 00:00:00 2001 From: Allen Calderwood <6539032+calderwoodra@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:32:17 -1000 Subject: [PATCH] Fix typo in documentation example (#4277) --- readthedocs/concepts/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/concepts/entities.rst b/readthedocs/concepts/entities.rst index 40bfac30..8d6a6170 100644 --- a/readthedocs/concepts/entities.rst +++ b/readthedocs/concepts/entities.rst @@ -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