summaryrefslogtreecommitdiff
path: root/Lib/tkinter
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
commitef80696069ea12246883e998ffa450eba6f95d68 (patch)
treec003b8d7753a89c7c7ba1761b5f2fd1f653b23e2 /Lib/tkinter
parentdad4633169d12a527f9e1ddc814d824c9d5eac35 (diff)
downloadcpython-ef80696069ea12246883e998ffa450eba6f95d68.tar.gz
Corrections for a/an in code comments and documentation
Diffstat (limited to 'Lib/tkinter')
-rw-r--r--Lib/tkinter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/__init__.py b/Lib/tkinter/__init__.py
index 82ac712dd2..151b30fb00 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,