From: George Yoshida Date: Sun, 4 Jun 2006 17:04:12 +0000 (+0000) Subject: Remove a redundant word X-Git-Tag: v2.5b1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660a4e9c6db44d578eb58012a585498b92cd947c;p=python Remove a redundant word --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 5bee789c4e..7f8d8e6992 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