From 31718d78b46d99f556feb20ab3cc7e7f89680598 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 14 Apr 2021 16:41:25 -0500 Subject: [PATCH] doc: Fix grammar in documentation for autodoc_typehints --- doc/usage/extensions/autodoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/extensions/autodoc.rst b/doc/usage/extensions/autodoc.rst index 1bfa8086c..da0ff7c99 100644 --- a/doc/usage/extensions/autodoc.rst +++ b/doc/usage/extensions/autodoc.rst @@ -563,7 +563,7 @@ There are also config values that you can set: .. confval:: autodoc_typehints - This value controls how to represents typehints. The setting takes the + This value controls how to represent typehints. The setting takes the following values: * ``'signature'`` -- Show typehints as its signature (default)