From: Sandro Tosi Date: Sun, 25 Dec 2011 16:05:30 +0000 (+0100) Subject: use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ X-Git-Tag: v2.7.3rc1~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e;p=python use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ --- diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst index 6e8ff89d52..0721234a2f 100644 --- a/Doc/library/ttk.rst +++ b/Doc/library/ttk.rst @@ -1294,7 +1294,7 @@ option. If the class name of a widget is unknown, 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