summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:58 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:58 +0000
commit12c47f7453247cbc953eaec768ee19b8bf824d52 (patch)
treee28e04f781b672df0219ad9fcc53bbe8525bde2c /Tools
parent4b465920a09af965bf950c350da16f7b1b780830 (diff)
parentd4a5f3a20409f68f788f156205fa6011192e99b0 (diff)
downloadcpython-12c47f7453247cbc953eaec768ee19b8bf824d52.tar.gz
Issue #27626: Merge spelling fixes from 3.5
Diffstat (limited to 'Tools')
-rw-r--r--Tools/clinic/clinic_test.py2
-rwxr-xr-xTools/demo/redemo.py2
-rwxr-xr-xTools/freeze/freeze.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/clinic/clinic_test.py b/Tools/clinic/clinic_test.py
index ac0640c66c..a9479a6e44 100644
--- a/Tools/clinic/clinic_test.py
+++ b/Tools/clinic/clinic_test.py
@@ -90,7 +90,7 @@ class ClinicWholeFileTest(TestCase):
# the "end line" for the block if it
# didn't end in "\n" (as in, the last)
# byte of the file was '/'.
- # so it woudl spit out an end line for you.
+ # so it would spit out an end line for you.
# and since you really already had one,
# the last line of the block got corrupted.
c = clinic.Clinic(clinic.CLanguage(None))
diff --git a/Tools/demo/redemo.py b/Tools/demo/redemo.py
index b10b03021d..8335d4c872 100755
--- a/Tools/demo/redemo.py
+++ b/Tools/demo/redemo.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-"""Basic regular expression demostration facility (Perl style syntax)."""
+"""Basic regular expression demonstration facility (Perl style syntax)."""
from tkinter import *
import re
diff --git a/Tools/freeze/freeze.py b/Tools/freeze/freeze.py
index 389fffd54c..ba756c3f20 100755
--- a/Tools/freeze/freeze.py
+++ b/Tools/freeze/freeze.py
@@ -159,7 +159,7 @@ def main():
except getopt.error as msg:
usage('getopt error: ' + str(msg))
- # proces option arguments
+ # process option arguments
for o, a in opts:
if o == '-h':
print(__doc__)