aboutsummaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-17 09:37:36 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-17 09:37:36 +0300
commit9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f (patch)
tree4878492acdcc033c71d4be46967537291d433cb1 /Demo
parent0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 (diff)
downloadplatform_external_python_cpython2-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.tar.gz
platform_external_python_cpython2-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.tar.bz2
platform_external_python_cpython2-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.zip
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/tix/samples/Balloon.py2
-rw-r--r--Demo/tix/samples/CmpImg.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demo/tix/samples/Balloon.py b/Demo/tix/samples/Balloon.py
index 229590570b..576b4ed581 100644
--- a/Demo/tix/samples/Balloon.py
+++ b/Demo/tix/samples/Balloon.py
@@ -11,7 +11,7 @@
# program.
# This file demonstrates the use of the tixBalloon widget, which provides
-# a interesting way to give help tips about elements in your user interface.
+# an interesting way to give help tips about elements in your user interface.
# Your can display the help message in a "balloon" and a status bar widget.
#
diff --git a/Demo/tix/samples/CmpImg.py b/Demo/tix/samples/CmpImg.py
index 4720a10ccf..8b335796d5 100644
--- a/Demo/tix/samples/CmpImg.py
+++ b/Demo/tix/samples/CmpImg.py
@@ -155,7 +155,7 @@ def RunSample(w):
net = Tix.Button(w, padx=4, pady=1, width=120)
# Create the first image: we create a line, then put a string,
- # a space and a image into this line, from left to right.
+ # a space and an image into this line, from left to right.
# The result: we have a one-line image that consists of three
# individual items
#