diff options
Diffstat (limited to 'Tools/pynche/PyncheWidget.py')
-rw-r--r-- | Tools/pynche/PyncheWidget.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index 1e651a3..6e158af 100644 --- a/Tools/pynche/PyncheWidget.py +++ b/Tools/pynche/PyncheWidget.py @@ -156,9 +156,9 @@ Pynche %s The PYthonically Natural Color and Hue Editor -For information contact -author: Barry A. Warsaw -email : bwarsaw@python.org''' % __version__) +For information +contact: Barry A. Warsaw +email: bwarsaw@python.org''' % __version__) def __popup_usage(self, event=None): if not self.__helpwin: |