Documentation fixes to quiet Sphinx warnings.

This commit is contained in:
Rapptz
2016-01-07 00:21:00 -05:00
parent 2fd63fc3dd
commit e88bc28236
4 changed files with 8 additions and 7 deletions

View File

@@ -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: