diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 21:48:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 21:48:52 (GMT) |
commit | 87494a52f1ccb6083862f36963d58a603d3ad103 (patch) | |
tree | 386575bbc590db9f3a1bf69b8e8a72eedd8c66e8 /Tools | |
parent | fe1fadfb846e6191643b84ce7277d29bb847d1ae (diff) | |
download | cpython-87494a52f1ccb6083862f36963d58a603d3ad103.zip cpython-87494a52f1ccb6083862f36963d58a603d3ad103.tar.gz cpython-87494a52f1ccb6083862f36963d58a603d3ad103.tar.bz2 |
Fix all wrong instances of "it's".
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/pynche/README | 2 | ||||
-rw-r--r-- | Tools/pynche/StripViewer.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README index c76da78..d20efc3 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 f7da479..8d17d55 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) |