Skip to content

Commit 828d6e3

Browse files
authored
Typo
1 parent 59f06d8 commit 828d6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlib2tikz/save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _print_pgfplot_libs_message(data):
209209
print('Please add the following lines to your LaTeX preamble:\n')
210210
print('\\usepackage[utf8]{inputenc}')
211211
print('\\usepackage{fontspec}'
212-
' % This Line only for XeLaTeX and LuaLaTeX')
212+
' % This line only for XeLaTeX and LuaLaTeX')
213213
print('\\usepackage{pgfplots}')
214214
if tikzlibs:
215215
print('\\usetikzlibrary{' + tikzlibs + '}')

0 commit comments

Comments
 (0)