From: Sandro Tosi Date: Sun, 25 Dec 2011 16:07:22 +0000 (+0100) Subject: use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ X-Git-Tag: v3.2.3rc1~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b373b01464b8cf2f3d68269c16d19918ddfaf9d;p=thirdparty%2FPython%2Fcpython.git use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ --- diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index f70d1634a101..ed351f5a3cca 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -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