Issue #23943: Fix typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Berker Peksag 2015-04-14 09:30:01 +03:00
parent 52a3b74900
commit 4882cacab6
19 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
"""Classes that replace tkinter gui objects used by an object being tested.
A gui object is anything with a master or parent paramenter, which is
A gui object is anything with a master or parent parameter, which is
typically required in spite of what the doc strings say.
"""