Skip to content

Commit f3d729c

Browse files
committed
Fixed SFT python#23842: leave in non-standard style options when checking in an
update. ;-(
1 parent cd8732a commit f3d729c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentstyle[twoside,openright,10pt,myformat]{report}
1+
\documentstyle[twoside,myformat]{report}
22

33
% NOTE: this file controls which chapters/sections of the library
44
% manual are actually printed. It is easy to customize your manual

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentstyle[twoside,openright,10pt,myformat]{report}
1+
\documentstyle[twoside,myformat]{report}
22

33
% NOTE: this file controls which chapters/sections of the library
44
% manual are actually printed. It is easy to customize your manual

0 commit comments

Comments
 (0)