diff options
| author | Rapptz <[email protected]> | 2016-01-07 00:21:00 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-01-07 00:21:00 -0500 |
| commit | e88bc28236c75f589333ae1d41d5f76e6c1a868b (patch) | |
| tree | f4316b4f810a557ee433c7518cc3f2c9e043872b /docs/migrating.rst | |
| parent | Document the fact that data classes use __slots__. (diff) | |
| download | discord.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.rst | 2 |
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: |