Fix a typo.
This commit is contained in:
parent
b51e957e22
commit
5421378460
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue