Docs: string literal prefixes must be in lowercase

This commit is contained in:
Kodi Arfer 2018-07-11 11:24:19 -07:00
parent 0de8557fb5
commit 9cc90362d0

View File

@ -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