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

Skip to content

Commit cfa165c

Browse files
committed
Add missing comment character
1 parent 4aca025 commit cfa165c

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
@@ -43,7 +43,7 @@ def html():
4343
'pyplots', figures_dest_path,
4444
ignore=shutil.ignore_patterns("*.pyc"))
4545

46-
Clean out PDF files from the _images directory
46+
# Clean out PDF files from the _images directory
4747
for filename in glob.glob('build/html/_images/*.pdf'):
4848
os.remove(filename)
4949

0 commit comments

Comments
 (0)