Merge pull request #9986 from tk0miya/update_docs

doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)
This commit is contained in:
Takeshi KOMIYA
2021-12-19 12:56:23 +09:00
committed by GitHub

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