From 660a4e9c6db44d578eb58012a585498b92cd947c Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Sun, 4 Jun 2006 17:04:12 +0000 Subject: [PATCH] Remove a redundant word --- Doc/whatsnew/whatsnew25.tex | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.1