[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

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


http://hg.python.org/cpython/rev/35fca63d7b3e
changeset:   74172:35fca63d7b3e
parent:      74169:745f9fd9856d
parent:      74171:15713292e79c
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 17:07:38 2011 +0100
summary:
  merge with 3.2

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