Change enumerators into enumerations to please Voltana.

This commit is contained in:
Rapptz
2016-01-30 06:07:06 -05:00
parent f9a3979008
commit 94d31834fc
2 changed files with 7 additions and 7 deletions

View File

@ -331,13 +331,13 @@ Utility Functions
.. _discord-api-enums:
Enumerators
------------
Enumerations
-------------
The API provides some enumerators for certain types of strings to avoid the API
The API provides some enumerations for certain types of strings to avoid the API
from being stringly typed in case the strings change in the future.
All enumerators are subclasses of `enum`_.
All enumerations are subclasses of `enum`_.
.. _enum: https://docs.python.org/3/library/enum.html