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

Skip to content

Commit e5bc497

Browse files
committed
"ASCII" --> "\ASCII{}"
1 parent 04cf4dc commit e5bc497

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ \chapter{Initialization, Finalization, and Threads}
23742374
program name (set by \code{Py_SetProgramName()} above) and some
23752375
environment variables. The returned string consists of a series of
23762376
directory names separated by a platform dependent delimiter character.
2377-
The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
2378-
DOS/Windows, and \code{'\\n'} (the ASCII newline character) on
2379-
Macintosh. The returned string points into static storage; the caller
2377+
The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
2378+
DOS/Windows, and \code{'\\n'} (the \ASCII{} newline character) on
2379+
Macintosh. The returned string points into static storage; the caller
23802380
should not modify its value. The value is available to Python code
23812381
as the list \code{sys.path}, which may be modified to change the
23822382
future search path for loaded modules.

Doc/api/api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ \chapter{Initialization, Finalization, and Threads}
23742374
program name (set by \code{Py_SetProgramName()} above) and some
23752375
environment variables. The returned string consists of a series of
23762376
directory names separated by a platform dependent delimiter character.
2377-
The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
2378-
DOS/Windows, and \code{'\\n'} (the ASCII newline character) on
2379-
Macintosh. The returned string points into static storage; the caller
2377+
The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
2378+
DOS/Windows, and \code{'\\n'} (the \ASCII{} newline character) on
2379+
Macintosh. The returned string points into static storage; the caller
23802380
should not modify its value. The value is available to Python code
23812381
as the list \code{sys.path}, which may be modified to change the
23822382
future search path for loaded modules.

0 commit comments

Comments
 (0)