Skip to content

Commit

Permalink
add missing backslash (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky authored Mar 27, 2022
1 parent cbb8915 commit 9c6f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-3138.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Specification
'\\uXXXX'.

* Convert non-printable characters (Py_UNICODE_ISPRINTABLE() returns
0) to 'xXX', '\\uXXXX' or '\\U00xxxxxx'.
0) to '\\xXX', '\\uXXXX' or '\\U00xxxxxx'.

* Backslash-escape quote characters (apostrophe, 0x27) and add a
quote character at the beginning and the end.
Expand Down

0 comments on commit 9c6f5dd

Please sign in to comment.