Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
85fd7ac9
Commit
85fd7ac9
authored
Mar 25, 2007
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Markup fix.
parent
6b5e1aa1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/dist/dist.tex
Doc/dist/dist.tex
+4
-4
No files found.
Doc/dist/dist.tex
View file @
85fd7ac9
...
...
@@ -1802,9 +1802,9 @@ example:
setup.py
foo.py
\end{verbatim}
(In all diagrams in this section,
\v
erb
|
<root>
|
will refer to the
distribution root directory.) A minimal setup script to describe this
situation would be:
(In all diagrams in this section,
\v
ar
{
\textless
root
\textgreater
}
will refer to the distribution root directory.) A minimal setup script
to describe this
situation would be:
\begin{verbatim}
from distutils.core import setup
setup(name='foo',
...
...
@@ -3179,7 +3179,7 @@ for any variables not found in either \var{local_vars} or \code{os.environ}.
Note that this is not a fully-fledged string interpolation function. A
valid
\code
{
\$
variable
}
can consist only of upper and lower case letters,
numbers and an underscore. No
\{
\}
or
\(
\
)
style quoting is available.
numbers and an underscore. No
\{
\}
or
(
) style quoting is available.
\end{funcdesc}
\begin{funcdesc}
{
grok
_
environment
_
error
}{
exc
\optional
{
, prefix=
\samp
{
'error: '
}}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment