diff options
author | Jean-François B <jfbu@free.fr> | 2018-12-28 12:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 12:34:34 +0100 |
commit | 38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (patch) | |
tree | c1c64c4eed1c10ab3e99e83e4bd1415f71e5bef5 /doc/extdev | |
parent | 221614654fed1ce7e07e6bb4e242e8c60c4caa67 (diff) | |
parent | 1e07cb10fc83b76dbffec89dac5f4a30a5e0b948 (diff) | |
download | sphinx-git-38c5ec13a54a2b7fcd7e70956ee99a656a651f13.tar.gz |
Merge pull request #5865 from jfbu/fix_spelling_typos
Fix various spelling typos
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/logging.rst | 2 | ||||
-rw-r--r-- | doc/extdev/tutorial.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/logging.rst b/doc/extdev/logging.rst index 0d96c4eb9..e930db0c0 100644 --- a/doc/extdev/logging.rst +++ b/doc/extdev/logging.rst @@ -57,7 +57,7 @@ Logging API **color** The color of logs. By default, info and verbose level logs are not colored, - and deug level ones are colored as ``"darkgray"``. + and debug level ones are colored as ``"darkgray"``. .. autofunction:: pending_logging() diff --git a/doc/extdev/tutorial.rst b/doc/extdev/tutorial.rst index 33b45035e..113cea119 100644 --- a/doc/extdev/tutorial.rst +++ b/doc/extdev/tutorial.rst @@ -98,7 +98,7 @@ in which a Sphinx project is built: this works in several phases. Now that the metadata and cross-reference data of all existing documents is known, all temporary nodes are replaced by nodes that can be converted into - output using components called tranform. For example, links are created for + output using components called transforms. For example, links are created for object references that exist, and simple literal nodes are created for those that don't. |