aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 22:45:27 -0400
committerRapptz <[email protected]>2017-05-12 22:45:27 -0400
commitc6e16290118ef93e5454554a3e77651ccb895fbb (patch)
treed3d9ff73ca5ee9d4855c6eead7304f9db78f1b8e /docs/migrating.rst
parentRemove ugly background in the FAQ page. (diff)
downloaddiscord.py-c6e16290118ef93e5454554a3e77651ccb895fbb.tar.xz
discord.py-c6e16290118ef93e5454554a3e77651ccb895fbb.zip
Make images in the discord intro have consistent dimensions.
Diffstat (limited to 'docs/migrating.rst')
-rw-r--r--docs/migrating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst
index 781fffab..bc1551a3 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -238,7 +238,7 @@ Earlier, in v0.11.0 a :class:`VoiceState` class was added to refer to voice stat
However, it was transparent to the user. In an effort to make the library save more memory, the
voice state change is now more visible.
-The only way to access voice attributes if via the :attr:`Member.voice` attribute. Note that if
+The only way to access voice attributes is via the :attr:`Member.voice` attribute. Note that if
the member does not have a voice state this attribute can be ``None``.
Quick example: ::