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

Skip to content

Commit 0f19423

Browse files
committed
Bug #1394868: doc typos
1 parent 60b2996 commit 0f19423

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/lib/liblogging.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ \section{\module{logging} ---
5959
logging output.
6060

6161
Logging messages are encoded as instances of the \class{LogRecord} class.
62-
When a logger decides to actually log an event, an \class{LogRecord}
62+
When a logger decides to actually log an event, a \class{LogRecord}
6363
instance is created from the logging message.
6464

6565
Logging messages are subjected to a dispatch mechanism through the

Doc/lib/libstdtypes.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,8 @@ \subsubsection{String Formatting Operations \label{typesseq-strings}}
952952
precede the conversion (overrides a "space" flag).}
953953
\end{tableii}
954954

955-
The length modifier may be \code{h}, \code{l}, and \code{L} may be
956-
present, but are ignored as they are not necessary for Python.
955+
A length modifier (\code{h}, \code{l}, or \code{L}) may be
956+
present, but is ignored as it is not necessary for Python.
957957

958958
The conversion types are:
959959

@@ -1606,7 +1606,7 @@ \subsection{File Objects
16061606
defaults to the current position. The current file position is
16071607
not changed. Note that if a specified size exceeds the file's
16081608
current size, the result is platform-dependent: possibilities
1609-
include that file may remain unchanged, increase to the specified
1609+
include that the file may remain unchanged, increase to the specified
16101610
size as if zero-filled, or increase to the specified size with
16111611
undefined new content.
16121612
Availability: Windows, many \UNIX{} variants.

Doc/lib/libsubprocess.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ \subsection{Using the subprocess Module}
103103
for the new process.
104104

105105
If \var{universal_newlines} is \constant{True}, the file objects stdout
106-
and stderr are opened as a text files, but lines may be terminated by
106+
and stderr are opened as text files, but lines may be terminated by
107107
any of \code{'\e n'}, the Unix end-of-line convention, \code{'\e r'},
108108
the Macintosh convention or \code{'\e r\e n'}, the Windows convention.
109109
All of these external representations are seen as \code{'\e n'} by the

0 commit comments

Comments
 (0)