aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-07 00:21:00 -0500
committerRapptz <[email protected]>2016-01-07 00:21:00 -0500
commite88bc28236c75f589333ae1d41d5f76e6c1a868b (patch)
treef4316b4f810a557ee433c7518cc3f2c9e043872b /docs/migrating.rst
parentDocument the fact that data classes use __slots__. (diff)
downloaddiscord.py-e88bc28236c75f589333ae1d41d5f76e6c1a868b.tar.xz
discord.py-e88bc28236c75f589333ae1d41d5f76e6c1a868b.zip
Documentation fixes to quiet Sphinx warnings.
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 cd973e9f..caf15d67 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -237,7 +237,7 @@ The following parameters are now exclusively keyword arguments:
- ``allow``
- ``deny``
-In the documentation you can tell if a function parameter is a forced keyword argument if it is after ``*, ``
+In the documentation you can tell if a function parameter is a forced keyword argument if it is after ``\*,``
in the function signature.
.. _migrating-running: