diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 (GMT) |
commit | a850ef698e55d07173051747e96207496c6f1bdb (patch) | |
tree | 4044b1fb278313ef2b95e05371d9a9ed188feb35 /Tools/scripts/redemo.py | |
parent | e2eacc02bcc9f8977f5f3cea6243f236c508b772 (diff) | |
download | cpython-a850ef698e55d07173051747e96207496c6f1bdb.zip cpython-a850ef698e55d07173051747e96207496c6f1bdb.tar.gz cpython-a850ef698e55d07173051747e96207496c6f1bdb.tar.bz2 |
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
Diffstat (limited to 'Tools/scripts/redemo.py')
-rwxr-xr-x | Tools/scripts/redemo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/redemo.py b/Tools/scripts/redemo.py index 2b5ade4..60dba5e 100755 --- a/Tools/scripts/redemo.py +++ b/Tools/scripts/redemo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -"""Basic regular expression demostration facility (Perl style syntax).""" +"""Basic regular expression demonstration facility (Perl style syntax).""" from Tkinter import * import re |