diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 16:12:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 16:12:58 (GMT) |
commit | bfbfc8deb2b1a1886fc5af74da593e9409dc99b9 (patch) | |
tree | 724f52aeffed967471bf769eb089fab0a7d4ac58 /Tools/unittestgui/README.txt | |
parent | 1770fde94cb2bbcd05f4e3e72e2b78074566f522 (diff) | |
download | cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.zip cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.gz cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.bz2 |
Removed unintentional trailing spaces in text files.
Diffstat (limited to 'Tools/unittestgui/README.txt')
-rw-r--r-- | Tools/unittestgui/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/unittestgui/README.txt b/Tools/unittestgui/README.txt index 4d809df..0a477e1 100644 --- a/Tools/unittestgui/README.txt +++ b/Tools/unittestgui/README.txt @@ -1,5 +1,5 @@ -unittestgui.py is GUI framework and application for use with Python unit -testing framework. It executes tests written using the framework provided +unittestgui.py is GUI framework and application for use with Python unit +testing framework. It executes tests written using the framework provided by the 'unittest' module. Based on the original by Steve Purcell, from: |