summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2022-06-30 14:26:11 +0200
committerJean-François B <2589111+jfbu@users.noreply.github.com>2022-06-30 15:00:16 +0200
commit80198e82aa9174802cb1eb30d69ce7fe98e24399 (patch)
treeaa85c68296bd662543ccbcb17cc55e367e85c3c3 /tests/test_domain_cpp.py
parentac0fc4b7817389fb8b860d82537f69d9060aabae (diff)
parentb9736f23484b16feef86208ab00dd947c54446ba (diff)
downloadsphinx-git-80198e82aa9174802cb1eb30d69ce7fe98e24399.tar.gz
Merge branch '5.x' into master
Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance)
Diffstat (limited to 'tests/test_domain_cpp.py')
-rw-r--r--tests/test_domain_cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index 765f9fd65..4cf757c4c 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -1240,7 +1240,7 @@ not found in `{test}`
def __init__(self, role, root, contents):
self.name = role
self.classes = classes(role, root)
- self.content_classes = dict()
+ self.content_classes = {}
for tag in contents:
self.content_classes[tag] = classes(role, tag)