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
198e6dbc
Commit
198e6dbc
authored
Dec 25, 2005
by
Fredrik Lundh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed two typos in pprint reference page
parent
95cee124
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libpprint.tex
Doc/lib/libpprint.tex
+2
-2
No files found.
Doc/lib/libpprint.tex
View file @
198e6dbc
...
...
@@ -197,10 +197,10 @@ affecting the presentation) as the keys; if an object needs to be
presented which is already represented in
\var
{
context
}
, the third
return value should be true. Recursive calls to the
\method
{
format()
}
method should add additional entries for containers to this
dictionary. The
fourth
argument,
\var
{
maxlevels
}
, gives the requested
dictionary. The
third
argument,
\var
{
maxlevels
}
, gives the requested
limit to recursion; this will be
\code
{
0
}
if there is no requested
limit. This argument should be passed unmodified to recursive calls.
The fourth argument,
\var
{
level
}
gives the current level; recursive
The fourth argument,
\var
{
level
}
,
gives the current level; recursive
calls should be passed a value less than that of the current call.
\versionadded
{
2.3
}
\end{methoddesc}
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