Skip to content

Commit

Permalink
doc: Update explanation of autodoc_unqualified_typehints (ref: sphinx…
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Dec 18, 2021
1 parent 8d0fd9e commit 733ac6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage/extensions/autodoc.rst
Expand Up @@ -664,8 +664,8 @@ There are also config values that you can set:

.. confval:: autodoc_unqualified_typehints

If True, the leading module names of typehints of function signatures (ex.
``io.StringIO`` -> ``StringIO``). Defaults to False.
If True, the leading module names of typehints of function signatures are
removed (ex. ``io.StringIO`` -> ``StringIO``). Defaults to False.

.. versionadded:: 4.4

Expand Down

0 comments on commit 733ac6e

Please sign in to comment.