Merge pull request #1736 from edouardklein/patch-1
Correct documentation of earmuff behavior
This commit is contained in:
commit
b9a2ab2972
@ -36,8 +36,7 @@ The Tao of Hy
|
|||||||
The following illustrates a brief list of design decisions that went
|
The following illustrates a brief list of design decisions that went
|
||||||
into the making of Hy.
|
into the making of Hy.
|
||||||
|
|
||||||
+ Look like a Lisp; DTRT with it (e.g. dashes turn to underscores, earmuffs
|
+ Look like a Lisp; DTRT with it (e.g. dashes turn to underscores).
|
||||||
turn to all-caps).
|
|
||||||
+ We're still Python. Most of the internals translate 1:1 to Python internals.
|
+ We're still Python. Most of the internals translate 1:1 to Python internals.
|
||||||
+ Use Unicode everywhere.
|
+ Use Unicode everywhere.
|
||||||
+ Fix the bad decisions in Python 2 when we can (see ``true_division``).
|
+ Fix the bad decisions in Python 2 when we can (see ``true_division``).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user