summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 01:11:04 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 01:11:04 (GMT)
commita850ef698e55d07173051747e96207496c6f1bdb (patch)
tree4044b1fb278313ef2b95e05371d9a9ed188feb35 /Tools
parente2eacc02bcc9f8977f5f3cea6243f236c508b772 (diff)
downloadcpython-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')
-rwxr-xr-xTools/freeze/freeze.py2
-rwxr-xr-xTools/scripts/redemo.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/freeze/freeze.py b/Tools/freeze/freeze.py
index 836f532..2764cec 100755
--- a/Tools/freeze/freeze.py
+++ b/Tools/freeze/freeze.py
@@ -159,7 +159,7 @@ def main():
except getopt.error, msg:
usage('getopt error: ' + str(msg))
- # proces option arguments
+ # process option arguments
for o, a in opts:
if o == '-h':
print __doc__
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