From 7d72e2fe74ff0cd815c02a0ad93eb7aa08f7f9ff Mon Sep 17 00:00:00 2001 From: edouardklein Date: Thu, 24 Jan 2019 17:57:10 +0100 Subject: [PATCH] Correct documentation of earmuff behavior Another piece of fix #1714 --- docs/style-guide.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 2d40326..68f2eae 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -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``).