diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:07:22 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:07:22 (GMT) |
commit | 2b373b01464b8cf2f3d68269c16d19918ddfaf9d (patch) | |
tree | db9a48d8253850d8e94ca4aae29e8c4339c31eaf /Doc | |
parent | 44f568c21fae2f53dfac58bf006e11da07dc8a7a (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/library/tkinter.ttk.rst | 2 |
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 |