mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Fix markup so this document will format.
This commit is contained in:
parent
c07012360e
commit
f2502adfc1
1 changed files with 1 additions and 1 deletions
2
Doc/dist/dist.tex
vendored
2
Doc/dist/dist.tex
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue