Correct documentation of earmuff behavior

Another piece of fix #1714
This commit is contained in:
edouardklein 2019-01-24 17:57:10 +01:00 committed by Kodi Arfer
parent 24a56ff15f
commit 7d72e2fe74

View File

@ -36,8 +36,7 @@ The Tao of Hy
The following illustrates a brief list of design decisions that went
into the making of Hy.
+ Look like a Lisp; DTRT with it (e.g. dashes turn to underscores, earmuffs
turn to all-caps).
+ Look like a Lisp; DTRT with it (e.g. dashes turn to underscores).
+ We're still Python. Most of the internals translate 1:1 to Python internals.
+ Use Unicode everywhere.
+ Fix the bad decisions in Python 2 when we can (see ``true_division``).