Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-11-30 00:48:44 +0300
committerKian-Meng, Ang <kianmeng@cpan.org>2021-11-30 00:48:44 +0300
commit5161341b3e89a1ce15abdf4b0ca63711aa1e6152 (patch)
treec6cebb5190760e9d1df47f23f839a856efee640e /CHANGES
parente188d38e9dc39842c9575b140d880c2793d399e5 (diff)
Fix typos
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0a465a5f2..c7ca12608 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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`