summaryrefslogtreecommitdiff
path: root/Tools/pynche
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 21:49:32 +0000
committerGeorg Brandl <georg@python.org>2005-07-22 21:49:32 +0000
commit7eb4b7d177adae5b5d0aefa6f54170b3967b2473 (patch)
tree9006926c7dc6c5ca522c2fdbf055a40f88fad2b1 /Tools/pynche
parent08c02dbb85a8eebe3395658260dec36dd4169381 (diff)
downloadcpython-git-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.gz
Fix all wrong instances of "it's".
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/README2
-rw-r--r--Tools/pynche/StripViewer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README
index c76da78b18..d20efc3164 100644
--- a/Tools/pynche/README
+++ b/Tools/pynche/README
@@ -107,7 +107,7 @@ Running as a Modal Dialog
master[*]
the master window to use as the parent of the modal
dialog. Without this argument, pyColorChooser will create
- it's own Tkinter.Tk instance as the master. This may not
+ its own Tkinter.Tk instance as the master. This may not
be what you want.
databasefile
diff --git a/Tools/pynche/StripViewer.py b/Tools/pynche/StripViewer.py
index f7da479dcc..8d17d5527e 100644
--- a/Tools/pynche/StripViewer.py
+++ b/Tools/pynche/StripViewer.py
@@ -268,7 +268,7 @@ class StripWidget:
else:
# decimal
text = repr(coloraxis)
- # move the arrow, and set it's text
+ # move the arrow, and set its text
if coloraxis <= 128:
# use the left arrow
self.__leftarrow.set_text(text)