diff options
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: |