diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-13 17:32:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-13 17:32:49 (GMT) |
commit | 244136693014f79377bf1c65efa36ae942734834 (patch) | |
tree | ea34aa1667b128837e22703cb805ae18072ebb83 /Doc/mac | |
parent | c054c755820995e557b060d53aa432bec32fb2fe (diff) | |
download | cpython-244136693014f79377bf1c65efa36ae942734834.zip cpython-244136693014f79377bf1c65efa36ae942734834.tar.gz cpython-244136693014f79377bf1c65efa36ae942734834.tar.bz2 |
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/using.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 1e895c7..0a077b9 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -27,8 +27,8 @@ The interactive interpreter that you will see used in Python documentation is started by double-clicking the \program{PythonInterpreter} icon, which looks like a 16-ton weight falling. You should see the version information and the -\samp{>>>~} prompt. Use it exactly as described in the standard -documentation. +\samp{>\code{>}>~} prompt. Use it exactly as described in the +standard documentation. \section{How to run a Python script} |