diff options
author | Kim Alvefur <zash@zash.se> | 2019-03-19 19:16:41 +0100 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-03-19 18:25:46 +0000 |
commit | 5eb3e36b615f5e8a41e62fe78f63b14c010af476 (patch) | |
tree | 6cc98d20d9629a25426d2f0712d2f54fab3932df /doc | |
parent | a6e66cd50ef64c0f2bf6fe154edcc652a66e9a46 (diff) | |
download | poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.gz poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.bz2 poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.tar.xz poezio-5eb3e36b615f5e8a41e62fe78f63b14c010af476.zip |
Change 'his/her' to 'their'
It's shorter and reads better.
Also removes 'its', which might be intented to refer to bots or the like.
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 |