diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 2 | ||||
-rw-r--r-- | doc/source/dev/events.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 4a45d15d..3f3bb475 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -428,7 +428,7 @@ MultiUserChat tab commands **Usage:** ``/info <nickname>`` Display some information about the user in the room: - his/her role, affiliation, status, and status message. + their role, affiliation, status, and status message. /version **Usage:** ``/version <nickname or jid>`` diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst index a2e6ad9d..6dd2e65e 100644 --- a/doc/source/dev/events.rst +++ b/doc/source/dev/events.rst @@ -121,7 +121,7 @@ The following events are poezio-only events, for Slixmpp events, check out changing_nick - **presence:** :py:class:`~~slixmpp.Presence` to be sent - Triggered when the user changes his/her nickname on a MUC. The + Triggered when the user changes their nickname on a MUC. The presence can thus be modified before being sent. send_normal_presence |