summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-06-04 17:04:12 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-06-04 17:04:12 (GMT)
commit660a4e9c6db44d578eb58012a585498b92cd947c (patch)
treee9d4123db06fdf5bd57e1e8b1ec5d9827709f026 /Doc
parent5ec2e85d0cb8252b6c5afd882f6365424c0ea0b7 (diff)
downloadcpython-660a4e9c6db44d578eb58012a585498b92cd947c.zip
cpython-660a4e9c6db44d578eb58012a585498b92cd947c.tar.gz
cpython-660a4e9c6db44d578eb58012a585498b92cd947c.tar.bz2
Remove a redundant word
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 5bee789..7f8d8e6 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -1358,7 +1358,6 @@ to specify which generation to collect.
now support a \code{key} keyword parameter similar to the one
provided by the \function{min()}/\function{max()} functions
and the \method{sort()} methods. For example:
-Example:
\begin{verbatim}
>>> import heapq