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

Skip to content

Commit 7c67cb8

Browse files
committed
markup fix
1 parent 4a44293 commit 7c67cb8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,8 +1556,9 @@ \subsection{File Objects
15561556
\end{memberdesc}
15571557

15581558
\begin{memberdesc}[file]{newlines}
1559-
If Python was built with the \code{--with-universal-newlines} option
1560-
(the default) this read-only attribute exists, and for files opened in
1559+
If Python was built with the \longprogramopt{with-universal-newlines}
1560+
option to \program{configure} (the default) this read-only attribute
1561+
exists, and for files opened in
15611562
universal newline read mode it keeps track of the types of newlines
15621563
encountered while reading the file. The values it can take are
15631564
\code{'\e r'}, \code{'\e n'}, \code{'\e r\e n'}, \code{None} (unknown,

Doc/whatsnew/whatsnew20.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ \section{Garbage Collection of Cycles}
525525
destroys objects. The detection of cycles can be disabled when Python
526526
is compiled, if you can't afford even a tiny speed penalty or suspect
527527
that the cycle collection is buggy, by specifying the
528-
\samp{--without-cycle-gc} switch when running the \file{configure}
529-
script.
528+
\longprogramopt{without-cycle-gc} switch when running the
529+
\program{configure} script.
530530

531531
Several people tackled this problem and contributed to a solution. An
532532
early implementation of the cycle detection approach was written by

0 commit comments

Comments
 (0)