[Docs] Use gender neutral language in remaining places where it isn't (#5873)

This commit is contained in:
Leet
2022-10-13 07:34:14 -04:00
committed by GitHub
parent 1cb5836db4
commit fcbe37b956
4 changed files with 5 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ class SetApiModal(discord.ui.Modal):
----------
default_service: Optional[str]
The service to add the API keys to.
If this is omitted the bot owner is allowed to set his own service.
If this is omitted the bot owner is allowed to set their own service.
Defaults to ``None``.
default_keys: Optional[Dict[str, str]]
The API keys the service is expecting.
@@ -399,7 +399,7 @@ class SetApiView(discord.ui.View):
----------
default_service: Optional[str]
The service to add the API keys to.
If this is omitted the bot owner is allowed to set his own service.
If this is omitted the bot owner is allowed to set their own service.
Defaults to ``None``.
default_keys: Optional[Dict[str, str]]
The API keys the service is expecting.