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

Skip to content

Commit 8d486b1

Browse files
committed
In the appendix, all sections were marked as subsections, and so had section
numbers "A.0.#". Fixed.
1 parent eab81a9 commit 8d486b1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/tut.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,7 +3377,7 @@ \section{Documentation Strings}
33773377
editing. This library has its own documentation which I won't
33783378
duplicate here; however, the basics are easily explained.
33793379
3380-
\subsection{Line Editing}
3380+
\section{Line Editing}
33813381
33823382
If supported, input line editing is active whenever the interpreter
33833383
prints a primary or secondary prompt. The current line can be edited
@@ -3390,7 +3390,7 @@ \subsection{Line Editing}
33903390
string. C-underscore undoes the last change you made; it can be
33913391
repeated for cumulative effect.
33923392
3393-
\subsection{History Substitution}
3393+
\section{History Substitution}
33943394
33953395
History substitution works as follows. All non-empty input lines
33963396
issued are saved in a history buffer, and when a new prompt is given
@@ -3401,7 +3401,7 @@ \subsection{History Substitution}
34013401
key passes the current line to the interpreter. C-R starts an
34023402
incremental reverse search; C-S starts a forward search.
34033403
3404-
\subsection{Key Bindings}
3404+
\section{Key Bindings}
34053405
34063406
The key bindings and some other parameters of the Readline library can
34073407
be customized by placing commands in an initialization file called
@@ -3447,7 +3447,7 @@ \subsection{Key Bindings}
34473447
in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type
34483448
indented continuation lines...)
34493449
3450-
\subsection{Commentary}
3450+
\section{Commentary}
34513451
34523452
This facility is an enormous step forward compared to previous
34533453
versions of the interpreter; however, some wishes are left: It would

Doc/tut/tut.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,7 +3377,7 @@ \section{Documentation Strings}
33773377
editing. This library has its own documentation which I won't
33783378
duplicate here; however, the basics are easily explained.
33793379
3380-
\subsection{Line Editing}
3380+
\section{Line Editing}
33813381
33823382
If supported, input line editing is active whenever the interpreter
33833383
prints a primary or secondary prompt. The current line can be edited
@@ -3390,7 +3390,7 @@ \subsection{Line Editing}
33903390
string. C-underscore undoes the last change you made; it can be
33913391
repeated for cumulative effect.
33923392
3393-
\subsection{History Substitution}
3393+
\section{History Substitution}
33943394
33953395
History substitution works as follows. All non-empty input lines
33963396
issued are saved in a history buffer, and when a new prompt is given
@@ -3401,7 +3401,7 @@ \subsection{History Substitution}
34013401
key passes the current line to the interpreter. C-R starts an
34023402
incremental reverse search; C-S starts a forward search.
34033403
3404-
\subsection{Key Bindings}
3404+
\section{Key Bindings}
34053405
34063406
The key bindings and some other parameters of the Readline library can
34073407
be customized by placing commands in an initialization file called
@@ -3447,7 +3447,7 @@ \subsection{Key Bindings}
34473447
in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type
34483448
indented continuation lines...)
34493449
3450-
\subsection{Commentary}
3450+
\section{Commentary}
34513451
34523452
This facility is an enormous step forward compared to previous
34533453
versions of the interpreter; however, some wishes are left: It would

0 commit comments

Comments
 (0)