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
7a7cbae7
Commit
7a7cbae7
authored
Jan 26, 2007
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo (extraneous ")")
parent
9875ba4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tut/tut.tex
Doc/tut/tut.tex
+1
-1
No files found.
Doc/tut/tut.tex
View file @
7a7cbae7
...
...
@@ -2015,7 +2015,7 @@ applied to complex expressions and nested functions:
There is a way to remove an item from a list given its index instead
of its value: the
\keyword
{
del
}
statement. This differs from the
\method
{
pop
()
}
)
method which returns a value. The
\keyword
{
del
}
\method
{
pop
()
}
method which returns a value. The
\keyword
{
del
}
statement can also be used to remove slices from a list or clear the
entire list
(
which we did earlier by assignment of an empty list to
the slice
)
. For example:
...
...
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