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 /tests/test_ext_inheritance_diagram.py | |
parent | e5d9527b0be3d54cedae022e98c195a93d68be41 (diff) | |
download | sphinx-git-ae7c4cc3b87d270bd9089c8c145f569df2557b29.tar.gz |
fix typo
Diffstat (limited to 'tests/test_ext_inheritance_diagram.py')
-rw-r--r-- | tests/test_ext_inheritance_diagram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_inheritance_diagram.py b/tests/test_ext_inheritance_diagram.py index 3125f2c6e..2ecb3f4e4 100644 --- a/tests/test_ext_inheritance_diagram.py +++ b/tests/test_ext_inheritance_diagram.py @@ -109,7 +109,7 @@ def test_inheritance_diagram(app, status, warning): ('dummy.test.B', 'dummy.test.B', [], None) ] - # inheritance diagram with 2 top classes and specifiying the entire module + # inheritance diagram with 2 top classes and specifying the entire module # rendering should be # # A |