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

Skip to content

Commit c865eb0

Browse files
committed
Nit to prevent empty node in formatted version.
1 parent e65bb4e commit c865eb0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/info/texipre.dat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ PERFORMANCE OF THIS SOFTWARE.
8080
@end titlepage
8181

8282

83+
@ifinfo
8384
@node Top, Overview, (dir), (dir)
8485
@top The Python library
8586

86-
@ifinfo
8787
This file describes the built-in types, exceptions and functions and the
8888
standard modules that come with the Python system. It assumes basic
8989
knowledge about the Python language. For an informal introduction to
@@ -93,8 +93,8 @@ Reference Manual} gives a more formal definition of the language.
9393

9494
This version corresponds to Python version 1.5 (Feb 17, 1998).
9595

96-
@end ifinfo
97-
9896
@c placeholder for the master menu -- patched by texinfo-all-menus-update
9997
@menu
10098
@end menu
99+
100+
@end ifinfo

Doc/texipre.dat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ PERFORMANCE OF THIS SOFTWARE.
8080
@end titlepage
8181

8282

83+
@ifinfo
8384
@node Top, Overview, (dir), (dir)
8485
@top The Python library
8586

86-
@ifinfo
8787
This file describes the built-in types, exceptions and functions and the
8888
standard modules that come with the Python system. It assumes basic
8989
knowledge about the Python language. For an informal introduction to
@@ -93,8 +93,8 @@ Reference Manual} gives a more formal definition of the language.
9393

9494
This version corresponds to Python version 1.5 (Feb 17, 1998).
9595

96-
@end ifinfo
97-
9896
@c placeholder for the master menu -- patched by texinfo-all-menus-update
9997
@menu
10098
@end menu
99+
100+
@end ifinfo

0 commit comments

Comments
 (0)