Use ``...`` for string literals.

This commit is contained in:
Ezio Melotti 2011-10-24 00:44:03 +03:00
parent dcbb822c08
commit 2d99dac479
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Some smaller changes made to the core Python language are:
* Stub
Added support for Unicode name aliases and named sequences.
Both :func:`unicodedata.lookup()` and ``\N{...}`` now resolve name aliases,
Both :func:`unicodedata.lookup()` and ``'\N{...}'`` now resolve name aliases,
and :func:`unicodedata.lookup()` resolves named sequences too.
(Contributed by Ezio Melotti in :issue:`12753`)