diff options
author | George Yoshida <dynkin@gmail.com> | 2006-06-04 17:04:12 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-06-04 17:04:12 (GMT) |
commit | 660a4e9c6db44d578eb58012a585498b92cd947c (patch) | |
tree | e9d4123db06fdf5bd57e1e8b1ec5d9827709f026 /Doc | |
parent | 5ec2e85d0cb8252b6c5afd882f6365424c0ea0b7 (diff) | |
download | cpython-660a4e9c6db44d578eb58012a585498b92cd947c.zip cpython-660a4e9c6db44d578eb58012a585498b92cd947c.tar.gz cpython-660a4e9c6db44d578eb58012a585498b92cd947c.tar.bz2 |
Remove a redundant word
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 1 |
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 |