mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -1249,7 +1249,7 @@ class Misc:
|
|||
nsign, b, f, h, k, s, t, w, x, y, A, E, K, N, W, T, X, Y, D = args
|
||||
# Missing: (a, c, d, m, o, v, B, R)
|
||||
e = Event()
|
||||
# serial field: valid vor all events
|
||||
# serial field: valid for all events
|
||||
# number of button: ButtonPress and ButtonRelease events only
|
||||
# height field: Configure, ConfigureRequest, Create,
|
||||
# ResizeRequest, and Expose events only
|
||||
|
@ -1261,7 +1261,7 @@ class Misc:
|
|||
# y field: "valid for events that contain a y field"
|
||||
# keysym as decimal: KeyPress and KeyRelease events only
|
||||
# x_root, y_root fields: ButtonPress, ButtonRelease, KeyPress,
|
||||
# KeyRelease,and Motion events
|
||||
# KeyRelease, and Motion events
|
||||
e.serial = getint(nsign)
|
||||
e.num = getint_event(b)
|
||||
try: e.focus = getboolean(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue