[Python-checkins] r70947 - peps/trunk/pep-0401.txt
brett.cannon
python-checkins at python.org
Wed Apr 1 07:17:23 CEST 2009
Author: brett.cannon
Date: Wed Apr 1 07:17:13 2009
New Revision: 70947
Log:
Fix a typo.
Modified:
peps/trunk/pep-0401.txt
Modified: peps/trunk/pep-0401.txt
==============================================================================
--- peps/trunk/pep-0401.txt (original)
+++ peps/trunk/pep-0401.txt Wed Apr 1 07:17:13 2009
@@ -55,7 +55,7 @@
``<>`` 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``
More information about the Python-checkins
mailing list