]> granicus.if.org Git - python/commitdiff
"ASCII" --> "\ASCII{}"
authorFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 23:36:49 +0000 (23:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 23:36:49 +0000 (23:36 +0000)
Doc/api.tex
Doc/api/api.tex

index b13a097703f89e23916746fd66210362fc4e42ad..c030ef83c7725403fd63800887fb157281892f79 100644 (file)
@@ -2374,9 +2374,9 @@ Return the default module search path; this is computed from the
 program name (set by \code{Py_SetProgramName()} above) and some 
 environment variables.  The returned string consists of a series of 
 directory names separated by a platform dependent delimiter character.  
-The delimiter character is \code{':'} on \UNIX{}, \code{';'} on 
-DOS/Windows, and \code{'\\n'} (the ASCII newline character) on 
-Macintosh.  The returned string points into static storage; the caller 
+The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
+DOS/Windows, and \code{'\\n'} (the \ASCII{} newline character) on
+Macintosh.  The returned string points into static storage; the caller
 should not modify its value.  The value is available to Python code 
 as the list \code{sys.path}, which may be modified to change the 
 future search path for loaded modules.
index b13a097703f89e23916746fd66210362fc4e42ad..c030ef83c7725403fd63800887fb157281892f79 100644 (file)
@@ -2374,9 +2374,9 @@ Return the default module search path; this is computed from the
 program name (set by \code{Py_SetProgramName()} above) and some 
 environment variables.  The returned string consists of a series of 
 directory names separated by a platform dependent delimiter character.  
-The delimiter character is \code{':'} on \UNIX{}, \code{';'} on 
-DOS/Windows, and \code{'\\n'} (the ASCII newline character) on 
-Macintosh.  The returned string points into static storage; the caller 
+The delimiter character is \code{':'} on \UNIX{}, \code{';'} on
+DOS/Windows, and \code{'\\n'} (the \ASCII{} newline character) on
+Macintosh.  The returned string points into static storage; the caller
 should not modify its value.  The value is available to Python code 
 as the list \code{sys.path}, which may be modified to change the 
 future search path for loaded modules.