From 938d783e3b57233d80908ba59a0f64990eb7eb39 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Thu, 9 May 2013 23:42:37 +0200 Subject: [PATCH] Symbols get mangled without double-underscores now --- docs/language/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 8f63838..47d99d8 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -24,8 +24,8 @@ languages. * UTF-8 entities will be encoded using `punycode `_ and prefixed with - `__hy_`. For instance, `⚘` will become `__hy_w7h`, and `♥` will become - `__hy_g6h`. + `hy_`. For instance, `⚘` will become `hy_w7h`, and `♥` will become + `hy_g6h`. * Symbols that contain dashes will have them replaced with underscores. For example, `render-template` will become `render_template`.