diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-09-13 10:54:21 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-09-13 10:54:21 +0900 |
commit | bec30596a8f7487cad23df532bf02d1b29024dbc (patch) | |
tree | 9a0a414ea420336a66d0c12015152cb1bcc945f6 /sphinx/domains/cpp.py | |
parent | 5ade6b72196edd44d043888fc7847f36577d694c (diff) | |
parent | 0b44e68d4fed408453859dd9a83dc3ee68d90c7f (diff) | |
download | sphinx-git-bec30596a8f7487cad23df532bf02d1b29024dbc.tar.gz |
Merge branch '3.x' into master
Diffstat (limited to 'sphinx/domains/cpp.py')
-rw-r--r-- | sphinx/domains/cpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 92d578427..7b10f8166 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -4292,7 +4292,7 @@ class Symbol: if not declaration: if Symbol.debug_lookup: - Symbol.debug_print("no delcaration") + Symbol.debug_print("no declaration") Symbol.debug_indent -= 2 # good, just a scope creation # TODO: what if we have more than one symbol? |