diff options
author | Tetsuo Koyama <tkoyama010@gmail.com> | 2020-07-19 00:43:11 +0000 |
---|---|---|
committer | Tetsuo Koyama <tkoyama010@gmail.com> | 2020-07-19 00:43:11 +0000 |
commit | ae7c4cc3b87d270bd9089c8c145f569df2557b29 (patch) | |
tree | c6bf012f15d9eede6369612e424ec30940a80f0b /sphinx/util/docutils.py | |
parent | e5d9527b0be3d54cedae022e98c195a93d68be41 (diff) | |
download | sphinx-git-ae7c4cc3b87d270bd9089c8c145f569df2557b29.tar.gz |
fix typo
Diffstat (limited to 'sphinx/util/docutils.py')
-rw-r--r-- | sphinx/util/docutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/docutils.py b/sphinx/util/docutils.py index 1f8fabf23..ce299d27a 100644 --- a/sphinx/util/docutils.py +++ b/sphinx/util/docutils.py @@ -497,7 +497,7 @@ def new_document(source_path: str, settings: Any = None) -> nodes.document: """Return a new empty document object. This is an alternative of docutils'. This is a simple wrapper for ``docutils.utils.new_document()``. It - caches the result of docutils' and use it on second call for instanciation. + caches the result of docutils' and use it on second call for instantiation. This makes an instantiation of document nodes much faster. """ global __document_cache__ |