diff --git a/docs/faq.rst b/docs/faq.rst index de28f43f2..ba918896c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -156,6 +156,6 @@ your ``conf.py`` specifies an appropriate Sphinx extension that knows how to convert your customized docstrings. Two such extensions are `numpydoc `_ and `napoleon `_. Only -``napolean`` is able to handle both docstring formats. Its default +``napoleon`` is able to handle both docstring formats. Its default output more closely matches the format of standard Sphinx annotations, and as a result, it tends to look a bit better with the default theme.