[Python-checkins] cpython: Use ``...`` for string literals.

ezio.melotti python-checkins at python.org
Sun Oct 23 23:44:09 CEST 2011


http://hg.python.org/cpython/rev/68e140d6d8b9
changeset:   73084:68e140d6d8b9
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Oct 24 00:44:03 2011 +0300
summary:
  Use ``...`` for string literals.

files:
  Doc/whatsnew/3.3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -180,7 +180,7 @@
 * 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`)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list