diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:53:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-08 13:53:41 (GMT) |
commit | 4c35964b764540988bfb342bffc7c4b1cb674031 (patch) | |
tree | aecd23f6cba96f1110bd90cc9fd774f17d6fa4ce /Lib/tkinter | |
parent | f0564164bab43f078c9f84f334d72ddb0e69110c (diff) | |
download | cpython-4c35964b764540988bfb342bffc7c4b1cb674031.zip cpython-4c35964b764540988bfb342bffc7c4b1cb674031.tar.gz cpython-4c35964b764540988bfb342bffc7c4b1cb674031.tar.bz2 |
Corrections for a/an in code comments and documentation
Diffstat (limited to 'Lib/tkinter')
-rw-r--r-- | Lib/tkinter/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/__init__.py b/Lib/tkinter/__init__.py index 82ac712..151b30f 100644 --- a/Lib/tkinter/__init__.py +++ b/Lib/tkinter/__init__.py @@ -1257,7 +1257,7 @@ 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, |