diff options
| author | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-11-30 05:48:44 +0800 |
|---|---|---|
| committer | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-11-30 05:48:44 +0800 |
| commit | 5161341b3e89a1ce15abdf4b0ca63711aa1e6152 (patch) | |
| tree | c6cebb5190760e9d1df47f23f839a856efee640e | |
| parent | e188d38e9dc39842c9575b140d880c2793d399e5 (diff) | |
| download | sphinx-git-5161341b3e89a1ce15abdf4b0ca63711aa1e6152.tar.gz | |
Fix typos
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | EXAMPLES | 2 | ||||
| -rw-r--r-- | tests/test_extension.py | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -73,7 +73,7 @@ Bugs fixed * #9838: autodoc: AttributeError is raised on building document for functions decorated by functools.lru_cache * #9879: autodoc: AttributeError is raised on building document for an object - having invalid __doc__ atribute + having invalid __doc__ attribute * #9844: autodoc: Failed to process a function wrapped with functools.partial if :confval:`autodoc_preserve_defaults` enabled * #9872: html: Class namespace collision between autodoc signatures and @@ -158,7 +158,7 @@ Bugs fixed * #9752: autodoc: Failed to detect type annotation for slots attribute * #9756: autodoc: Crashed if classmethod does not have __func__ attribute * #9757: autodoc: :confval:`autodoc_inherit_docstrings` does not effect to - overriden classmethods + overridden classmethods * #9781: autodoc: :confval:`autodoc_preserve_defaults` does not support hexadecimal numeric * #9630: autosummary: Failed to build summary table if :confval:`primary_domain` @@ -430,7 +430,7 @@ Books produced using Sphinx * `"Theoretical Physics Reference" <https://www.theoretical-physics.net/>`__ * `"The Varnish Book" <https://info.varnish-software.com/the-varnish-book>`__ -Theses produced using Sphinx +These produced using Sphinx ---------------------------- * `"A Web-Based System for Comparative Analysis of OpenStreetMap Data by the Use diff --git a/tests/test_extension.py b/tests/test_extension.py index db9f4e487..cc16be964 100644 --- a/tests/test_extension.py +++ b/tests/test_extension.py @@ -2,7 +2,7 @@ test_extension ~~~~~~~~~~~~~~ - Test sphinx.extesion module. + Test sphinx.extension module. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |
