From b8e518a25c5afba265c0eca73c213b9a3123557e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 8 Mar 2018 12:49:18 -0800 Subject: [PATCH] Fix typo --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 5658dbba..260b4ee1 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -38,7 +38,7 @@ numpydoc_citation_re : str should be mangled to avoid conflicts due to duplication across the documentation. Defaults to ``[\w-]+``. -numpydoc_use_blockqutoes : bool +numpydoc_use_blockquotes : bool Until version 0.8, parameter definitions were shown as blockquotes, rather than in a definition list. If your styling requires blockquotes, switch this config option to True. This option will be removed in version 0.10.