[Python-checkins] cpython (3.2): use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@

sandro.tosi python-checkins at python.org
Sun Dec 25 17:07:50 CET 2011


http://hg.python.org/cpython/rev/15713292e79c
changeset:   74171:15713292e79c
branch:      3.2
parent:      74168:cadf43c67f00
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 17:07:22 2011 +0100
summary:
  use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@

files:
  Doc/library/tkinter.ttk.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
--- a/Doc/library/tkinter.ttk.rst
+++ b/Doc/library/tkinter.ttk.rst
@@ -1291,7 +1291,7 @@
 
        * sticky=spec
           Specifies how the image is placed within the final parcel. spec
-          contains zero or more characters “n”, “s”, “w”, or “e”.
+          contains zero or more characters "n", "s", "w", or "e".
 
        * width=width
           Specifies a minimum width for the element. If less than zero, the

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


More information about the Python-checkins mailing list