From 733ac6ed5fa75136b127766a7b08b1dbe67c9cb6 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 18 Dec 2021 15:01:49 +0900 Subject: [PATCH] doc: Update explanation of autodoc_unqualified_typehints (ref: #9931) --- doc/usage/extensions/autodoc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/extensions/autodoc.rst b/doc/usage/extensions/autodoc.rst index dab09c92c5f..d775ddee8e8 100644 --- a/doc/usage/extensions/autodoc.rst +++ b/doc/usage/extensions/autodoc.rst @@ -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