From a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 25 Dec 2011 17:05:30 +0100 Subject: [PATCH] use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ --- Doc/library/ttk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst index 6e8ff89d523..0721234a2fb 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