Skip to content

Commit 12c85c7

Browse files
committed
Yet another typo
1 parent 2449f75 commit 12c85c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/readme/custom_mixins_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MyCustomToolkit(TextttMixin, DefaultToolkit):
4343
# manually add new TeX (constant) definitions (\\newcommand)
4444
tex.newcommand("const", 1)
4545

46-
# this overwrites the previous definition of 'cons'
46+
# this overwrites the previous definition of 'const'
4747
tex.newcommand("const", 3, mathmode=False)
4848

4949
# add custom TeX strings that should be directly serialized

0 commit comments

Comments
 (0)