8000 Fix comment in texinfo document build target · matplotlib/matplotlib@9951938 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9951938

Browse files
committed
Fix comment in texinfo document build target
1 parent ebd2c78 commit 9951938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def texinfo():
182182
'sphinx-build -b texinfo -d build/doctrees . build/texinfo'):
183183
raise SystemExit("Building Texinfo failed.")
184184

185-
# Produce pdf.
185+
# Produce info file.
186186
os.chdir('build/texinfo')
187187

188188
# Call the makefile produced by sphinx...

0 commit comments

Comments
 (0)
0