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

Skip to content

Commit 6f5bf8d

Browse files
committed
Minor tidy.
1 parent 28700c4 commit 6f5bf8d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ tut.pdf: tut/tut.tex
307307
# The remaining part of the Makefile is concerned with various
308308
# conversions, as described above. See also the README file.
309309

310-
.PHONY: html info
310+
.PHONY: html l2h info
311311

312312
info:
313313
(cd $(INFODIR); $(MAKE))

Doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
77
* Update the pickle documentation to describe all of the current behavior;
88
only a subset is described. __reduce__, etc.
99

10-
* Review libppath.tex for completeness, & system-specific behaviors. (Why
11-
did this one get mentioned, specifically?)
10+
* Review libposixpath.tex for completeness, & system-specific behaviors.
11+
(Why did this one get mentioned, specifically?)
1212

1313
* In the indexes, some subitem entries are separated from the item entries
1414
by column- or page-breaks. Reported by Lorenzo M. Catucci

0 commit comments

Comments
 (0)