Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Nov 29, 2021
1 parent e188d38 commit 5161341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@mitya57

mitya57 Jan 16, 2022

Contributor

This change is wrong. “Theses” is plural form of “thesis”, i.e. a work someone needs to write/defend to get a university degree.

Works listed below are really theses.

This comment has been minimized.

Copy link
@kianmeng

kianmeng Jan 16, 2022

Author Contributor

@mitya57 Thanks. PR created, #10109

----------------------------

* `"A Web-Based System for Comparative Analysis of OpenStreetMap Data by the Use
Expand Down
2 changes: 1 addition & 1 deletion tests/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5161341

Please sign in to comment.