aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSoheab Malik <[email protected]>2019-10-20 20:03:34 +0200
committerRapptz <[email protected]>2019-11-15 04:23:15 -0500
commit064ece11ab12357524c3c3bd2ee7c21e4a12134a (patch)
treeb9e568321ba3c833d5732e1c5fa1467ef9418af6 /README.rst
parentImplement `TextChannel.follow()` (diff)
downloaddiscord.py-064ece11ab12357524c3c3bd2ee7c21e4a12134a.tar.xz
discord.py-064ece11ab12357524c3c3bd2ee7c21e4a12134a.zip
macOS instead of OS X
### Summary "In 2016, with the release of macOS 10.12 Sierra, the name was changed from OS X to macOS" source :: https://en.wikipedia.org/wiki/MacOS#macOS ### Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes. - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed) - [X] This PR is **not** a code change (e.g. documentation, README, ...)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b8cbd281..398b9fee 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ To install the library without full voice support, you can just run the followin
.. code:: sh
- # Linux/OS X
+ # Linux/macOS
python3 -m pip install -U discord.py
# Windows
@@ -40,7 +40,7 @@ Otherwise to get voice support you should run the following command:
.. code:: sh
- # Linux/OS X
+ # Linux/macOS
python3 -m pip install -U discord.py[voice]
# Windows