Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b373b0

Browse files
committed
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
1 parent 44f568c commit 2b373b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tkinter.ttk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ option. If you don't know the class name of a widget, use the method
12911291

12921292
* sticky=spec
12931293
Specifies how the image is placed within the final parcel. spec
1294-
contains zero or more characters “n”, “s”, “w”, or “e”.
1294+
contains zero or more characters "n", "s", "w", or "e".
12951295

12961296
* width=width
12971297
Specifies a minimum width for the element. If less than zero, the

0 commit comments

Comments
 (0)