Skip to content

Commit a1edda7

Browse files
committed
Add backslash
1 parent c731e05 commit a1edda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Python 3 strings hold unicode data. Python has a few ways to represent strings.
277277
``\t`` Tab
278278
``\u12af`` Unicode 16 bit
279279
``\U12af89bc`` Unicode 32 bit
280-
``N{BLACK STAR}`` Unicode name
280+
``\N{BLACK STAR}`` Unicode name
281281
``\o84`` Octal character
282282
``\xFF`` Hex character
283283
=================== =================

0 commit comments

Comments
 (0)