]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix wording in Functional Programming HOWTO (GH-98939)
authorpartev <petrosyan@gmail.com>
Tue, 1 Nov 2022 02:49:27 +0000 (22:49 -0400)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 02:49:27 +0000 (21:49 -0500)
Doc/howto/functional.rst

index 7d30c343e372fe13ac561d22870738e7e67c44a3..38a651b0f964a6b68d9f012128678216033bdab5 100644 (file)
@@ -994,7 +994,7 @@ requesting iterator-2 and its corresponding key.
 The functools module
 ====================
 
-The :mod:`functools` module in Python 2.5 contains some higher-order functions.
+The :mod:`functools` module contains some higher-order functions.
 A **higher-order function** takes one or more functions as input and returns a
 new function.  The most useful tool in this module is the
 :func:`functools.partial` function.