From 5eb3e36b615f5e8a41e62fe78f63b14c010af476 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 19 Mar 2019 19:16:41 +0100 Subject: 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. --- doc/source/commands.rst | 2 +- doc/source/dev/events.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 `` 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 `` 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 -- cgit v1.2.3