From bf588c42b21fa8345c48bf754a68467c38a6497b Mon Sep 17 00:00:00 2001 From: Nicolas Delon Date: Wed, 25 Aug 2021 23:42:27 +0200 Subject: [PATCH] Fix typo in autodoc documentation --- 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 c964195ae..faa92e6d8 100644 --- a/doc/usage/extensions/autodoc.rst +++ b/doc/usage/extensions/autodoc.rst @@ -468,7 +468,7 @@ There are also config values that you can set: .. confval:: autodoc_class_signature - This value selects how the signautre will be displayed for the class defined + This value selects how the signature will be displayed for the class defined by :rst:dir:`autoclass` directive. The possible values are: ``"mixed"``