Fixed a typo in calls.py

Suggested by libffi-dev-on on Discord. Changed Optiona into Optional
This commit is contained in:
JW 2017-07-04 23:16:16 +03:00 committed by GitHub
parent e0f02f1775
commit c220b3faa4

View File

@ -148,7 +148,7 @@ class GroupCall:
Returns
--------
Optiona[:class:`VoiceState`]
Optional[:class:`VoiceState`]
The voice state associated with this user.
"""