Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9951938

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)