diff options
Diffstat (limited to 'tests/test_build_latex.py')
-rw-r--r-- | tests/test_build_latex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py index 3bf6edd66..8dbe2a48c 100644 --- a/tests/test_build_latex.py +++ b/tests/test_build_latex.py @@ -1477,7 +1477,7 @@ def test_latex_labels(app, status, warning): r'\label{\detokenize{otherdoc:otherdoc}}' r'\label{\detokenize{otherdoc::doc}}' in result) - # Embeded standalone hyperlink reference (refs: #5948) + # Embedded standalone hyperlink reference (refs: #5948) assert result.count(r'\label{\detokenize{index:section1}}') == 1 |