summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.ttk.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-25 16:07:22 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-25 16:07:22 (GMT)
commit2b373b01464b8cf2f3d68269c16d19918ddfaf9d (patch)
treedb9a48d8253850d8e94ca4aae29e8c4339c31eaf /Doc/library/tkinter.ttk.rst
parent44f568c21fae2f53dfac58bf006e11da07dc8a7a (diff)
downloadcpython-2b373b01464b8cf2f3d68269c16d19918ddfaf9d.zip
cpython-2b373b01464b8cf2f3d68269c16d19918ddfaf9d.tar.gz
cpython-2b373b01464b8cf2f3d68269c16d19918ddfaf9d.tar.bz2
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
Diffstat (limited to 'Doc/library/tkinter.ttk.rst')
-rw-r--r--Doc/library/tkinter.ttk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
index f70d163..ed351f5 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