We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1edda7 commit daa15ddCopy full SHA for daa15dd
python.rst
@@ -261,7 +261,7 @@ Python 3 strings hold unicode data. Python has a few ways to represent strings.
261
Byte string ``b'hello'``
262
================ ===========================
263
264
-.. table:: Escape Characters
+.. table:: Escape Characters (unicode escapes must be in unicode string)
265
266
=================== =================
267
Escape Sequence Output
@@ -275,7 +275,7 @@ Python 3 strings hold unicode data. Python has a few ways to represent strings.
275
``\n`` Newline
276
``\r`` ASCII carriage return
277
``\t`` Tab
278
- ``\u12af`` Unicode 16 bit
+ ``\u12af`` Unicode 16 bit
279
``\U12af89bc`` Unicode 32 bit
280
``\N{BLACK STAR}`` Unicode name
281
``\o84`` Octal character
0 commit comments