diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:07:38 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:07:38 (GMT) |
commit | e837b46b8999a1054013e7972f84ef5265fdb0fc (patch) | |
tree | d0ec4bd9930d900c8d81f81c8882204ef977c7c2 /Doc | |
parent | 53dd1065aec327198d38fcf3708524c8fa44260e (diff) | |
parent | 2b373b01464b8cf2f3d68269c16d19918ddfaf9d (diff) | |
download | cpython-e837b46b8999a1054013e7972f84ef5265fdb0fc.zip cpython-e837b46b8999a1054013e7972f84ef5265fdb0fc.tar.gz cpython-e837b46b8999a1054013e7972f84ef5265fdb0fc.tar.bz2 |
merge with 3.2
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 |