doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)

This commit is contained in:
Takeshi KOMIYA
2021-12-18 15:01:49 +09:00
parent 8d0fd9e74a
commit 733ac6ed5f

View File

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