From 18c19043c7843e4898e17082fee089b063710990 Mon Sep 17 00:00:00 2001 From: "Clinton N. Dreisbach" Date: Sat, 11 Jan 2014 09:58:47 -0500 Subject: [PATCH] Add note about underscore/dash shadowing --- docs/language/api.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 6c01d0a..c7c288e 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -28,7 +28,9 @@ languages. and `i♥u` will become `hy_iu_t0x`. * Symbols that contain dashes will have them replaced with underscores. For - example, `render-template` will become `render_template`. + example, `render-template` will become `render_template`. This means that + symbols with dashes will shadow their underscore equivalents, and vice + versa. Builtins