Fix various spelling typos

This commit is contained in:
jfbu
2018-12-25 19:10:25 +01:00
parent 221614654f
commit 1e07cb10fc
15 changed files with 78 additions and 76 deletions

View File

@@ -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()

View File

@@ -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.