Skip to content

Commit 24959db

Browse files
author
Enrico Bothmann
committed
Fix typo in a comment
1 parent 29d1e30 commit 24959db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heppyplotlib/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def use_tex(use_serif=True, overwrite=True, preamble=None):
1818
r'\usepackage{siunitx}',
1919
r'\usepackage{hepnames}']
2020
else:
21-
# note that we do note even have a capital delta character (\Delta) apparently ...
21+
# note that we do not even have a capital delta character (\Delta) apparently ...
2222
# TODO: use a more complete sans serif font
2323
preamble = [r'\usepackage{amsmath}',
2424
r'\renewcommand*\familydefault{\sfdefault}',

0 commit comments

Comments
 (0)