summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/dnd.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/dnd.py')
-rw-r--r--Lib/tkinter/dnd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/dnd.py b/Lib/tkinter/dnd.py
index 55f0776..e0971a2 100644
--- a/Lib/tkinter/dnd.py
+++ b/Lib/tkinter/dnd.py
@@ -3,7 +3,7 @@
This is very preliminary. I currently only support dnd *within* one
application, between different windows (or within the same window).
-I an trying to make this as generic as possible -- not dependent on
+I am trying to make this as generic as possible -- not dependent on
the use of a particular widget or icon type, etc. I also hope that
this will work with Pmw.