From: Fred Drake Date: Mon, 19 Feb 2001 19:14:50 +0000 (+0000) Subject: Fix markup so this document will format. X-Git-Tag: v2.1b1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2502adfc1a1952738156625dffc224d2d46bfbf;p=thirdparty%2FPython%2Fcpython.git Fix markup so this document will format. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 8943fdb5052f..884a0ee4f6bc 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