diff --git a/docs/language/syntax.rst b/docs/language/syntax.rst index ea089d6..3e28ac6 100644 --- a/docs/language/syntax.rst +++ b/docs/language/syntax.rst @@ -67,6 +67,8 @@ of bytes. So when running under Python 3, Hy translates ``"foo"`` and ``"foo"`` is translated to ``u"foo"`` and ``b"foo"`` is translated to ``"foo"``. +Unlike Python, Hy only recognizes string prefixes (``r``, etc.) in lowercase. + .. _syntax-keywords: keywords