diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:05:30 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:05:30 (GMT) |
commit | a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e (patch) | |
tree | 0c10be168c0f243b09dcae67b89b266eedb9aeb7 | |
parent | 4526273d7f5d5745180c70592bfb6acde93f8428 (diff) | |
download | cpython-a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e.zip cpython-a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e.tar.gz cpython-a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e.tar.bz2 |
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
-rw-r--r-- | Doc/library/ttk.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst index 6e8ff89..0721234 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 |