Merge pull request #1736 from edouardklein/patch-1

Correct documentation of earmuff behavior
This commit is contained in:
Kodi Arfer 2019-02-05 13:20:52 -05:00 committed by GitHub
commit b9a2ab2972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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``).