summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tkinter.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:45:55 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:45:55 (GMT)
commit4f23cabc16027f0b6474ac8c0c1782ec5605e63b (patch)
tree8df6bff62fc3979049d5bcacead5330313305321 /Lib/lib-tk/Tkinter.py
parentf2f1c57b7e4dcd418c278dd45161a5de65bc05d3 (diff)
downloadcpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.zip
cpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.tar.gz
cpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.tar.bz2
Corrections for a/an in code comments and documentation
Diffstat (limited to 'Lib/lib-tk/Tkinter.py')
-rw-r--r--Lib/lib-tk/Tkinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py
index cc657fa..e825afa 100644
--- a/Lib/lib-tk/Tkinter.py
+++ b/Lib/lib-tk/Tkinter.py
@@ -1252,7 +1252,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,