mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Bug #1603789: grammatical error in Tkinter docs.
This commit is contained in:
parent
21d900f1d6
commit
73e7e058f5
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ the name of a widget.
|
|||
\item[\var{options}]
|
||||
configure the widget's appearance and in some cases, its
|
||||
behavior. The options come in the form of a list of flags and values.
|
||||
Flags are proceeded by a `-', like \UNIX{} shell command flags, and
|
||||
Flags are preceded by a `-', like \UNIX{} shell command flags, and
|
||||
values are put in quotes if they are more than one word.
|
||||
\end{description}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue