[Python-checkins] cpython: Fix documentation formatting.

florent.xicluna python-checkins at python.org
Sun Oct 23 23:38:07 CEST 2011


http://hg.python.org/cpython/rev/87360bead0ed
changeset:   73083:87360bead0ed
parent:      73081:a4f7815e1691
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Sun Oct 23 23:37:46 2011 +0200
summary:
  Fix documentation formatting.

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