]> granicus.if.org Git - python/commitdiff
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 16:07:22 +0000 (17:07 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 16:07:22 +0000 (17:07 +0100)
Doc/library/tkinter.ttk.rst

index f70d1634a1014620bc989bea1fc6c9002b8495df..ed351f5a3cca728c14bc7fdedd36394ad76259c8 100644 (file)
@@ -1291,7 +1291,7 @@ option. If you don't know the class name of a widget, use the method
 
        * 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