diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
commit | a809064166ed005f66e5d701a8088a90b787e657 (patch) | |
tree | 9c63e8c6203847ef5bb47eaed1c9cf9b5696c5eb /Doc/lib/libstdwin.tex | |
parent | 6862b46b703f90523742f1f93902ead9464d90af (diff) | |
download | cpython-a809064166ed005f66e5d701a8088a90b787e657.zip cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.gz cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.bz2 |
Consistency: "Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc/lib/libstdwin.tex')
-rw-r--r-- | Doc/lib/libstdwin.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex index 514252f..91dc1af 100644 --- a/Doc/lib/libstdwin.tex +++ b/Doc/lib/libstdwin.tex @@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh. This module defines several new object types and functions that provide access to the functionality of STDWIN. -On Unix running X11, it can only be used if the \code{DISPLAY} +On \UNIX{} running X11, it can only be used if the \code{DISPLAY} environment variable is set or an explicit \samp{-display \var{displayname}} argument is passed to the Python interpreter. |