8000 Add missing comment character · radford/matplotlib@cfa165c · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt

Commit cfa165c

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

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
@@ -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)
0