diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-19 19:14:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-19 19:14:50 (GMT) |
commit | f2502adfc1a1952738156625dffc224d2d46bfbf (patch) | |
tree | de567f6fc629cfa4adf1ba9696486cf2ea81878b /Doc | |
parent | c07012360ebe3b523a97a359cdf1d68828024a0c (diff) | |
download | cpython-f2502adfc1a1952738156625dffc224d2d46bfbf.zip cpython-f2502adfc1a1952738156625dffc224d2d46bfbf.tar.gz cpython-f2502adfc1a1952738156625dffc224d2d46bfbf.tar.bz2 |
Fix markup so this document will format.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 8943fdb..884a0ee 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -576,7 +576,7 @@ Scripts are files containing Python source code, indended to be started from the command line. Distutils doesn't provide much functionality for the scripts: the only support Distutils gives is to adjust the first line of the script -if it starts with \code{#!} and contains the word ``python'' to refer +if it starts with \code{\#!} and contains the word ``python'' to refer to the current interpreter location. The \option{scripts} option simply is a list of files to be handled |