Docs: string literal prefixes must be in lowercase
This commit is contained in:
parent
0de8557fb5
commit
9cc90362d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user