mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 deletions
|
@ -1248,7 +1248,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
|
||||
|
@ -1256,11 +1256,11 @@ class Misc:
|
|||
# time field: "valid for events that contain a time field"
|
||||
# width field: Configure, ConfigureRequest, Create, ResizeRequest,
|
||||
# and Expose events only
|
||||
# x field: "valid for events that contain a x field"
|
||||
# x field: "valid for events that contain an x field"
|
||||
# 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