From 5421378460ade8107dc3dfa48756ce57496da40b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 1 Apr 2009 05:17:13 +0000 Subject: [PATCH] Fix a typo. --- pep-0401.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0401.txt b/pep-0401.txt index 054b71f9e..cd0454d4a 100644 --- a/pep-0401.txt +++ b/pep-0401.txt @@ -55,7 +55,7 @@ him: ``<>`` diamond operator as the sole spelling. This change is important enough to be implemented for, and released in Python 3.1. To help transition to this feature, a new future statement, - ``from __future__ import barry_as_flufl`` has been added. + ``from __future__ import barry_as_FLUFL`` has been added. * Recognized that the ``print`` function in Python 3.0 was a horrible, pain-inducing mistake, the FLUFL reinstates the ``print``