File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ \subsection{Application Objects \label{application-objects}}
174174\begin {methoddesc }[Application]{do_dialogevent}{event}
175175Called early in the event loop to handle modeless dialog events. The
176176default method simply dispatches the event to the relevant dialog (not
177- through the the \code {DialogWindow} object involved). Override if you
177+ through the \code {DialogWindow} object involved). Override if you
178178need special handling of dialog events (keyboard shortcuts, etc).
179179\end {methoddesc }
180180
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ \section{Class definitions\label{class}}
435435
436436\strong {Programmer's note:} variables defined in the class definition
437437are class variables; they are shared by all instances. To define
438- instance variables, they must be given a value in the the
438+ instance variables, they must be given a value in the
439439\method {__init__()} method or in another method. Both class and
440440instance variables are accessible through the notation
441441`` \code {self.name}'' , and an instance variable hides a class variable
Original file line number Diff line number Diff line change @@ -4485,7 +4485,7 @@ \section{Key Bindings \label{keyBindings}}
44854485the \kbd {Tab} key twice suggests completions; it looks at Python
44864486statement names, the current local variables, and the available module
44874487names. For dotted expressions such as \code {string.a}, it will
4488- evaluate the the expression up to the final \character {.} and then
4488+ evaluate the expression up to the final \character {.} and then
44894489suggest completions from the attributes of the resulting object. Note
44904490that this may execute application-defined code if an object with a
44914491\method {__getattr__()} method is part of the expression.
You can’t perform that action at this time.
0 commit comments