summaryrefslogtreecommitdiff
path: root/Doc/dist
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-19 19:14:50 +0000
committerFred Drake <fdrake@acm.org>2001-02-19 19:14:50 +0000
commit8e6dd06303f890d65e0273226d44f721cc468a71 (patch)
tree5decf426132bea84b9ae61374b546949d158fb54 /Doc/dist
parent5dd3bea6f2c3bf3a77ab87b27d87958954b16797 (diff)
downloadcpython-8e6dd06303f890d65e0273226d44f721cc468a71.tar.gz
Fix markup so this document will format.
Diffstat (limited to 'Doc/dist')
-rw-r--r--Doc/dist/dist.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 8943fdb505..884a0ee4f6 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