aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/generator.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-10 18:47:07 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-10 18:47:07 +0300
commit2af76da7b4dae90f33ee1e87d10afc6506e9b2a5 (patch)
tree000d81c007d5278dc7b4b436ac67d0a9dde7f393 /Lib/email/generator.py
parent319163244aa00dd17c021aea0775c94a13bc8c97 (diff)
downloadcpython-2af76da7b4dae90f33ee1e87d10afc6506e9b2a5.tar.gz
cpython-2af76da7b4dae90f33ee1e87d10afc6506e9b2a5.zip
Fix a couple of typos.
Diffstat (limited to 'Lib/email/generator.py')
-rw-r--r--Lib/email/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/generator.py b/Lib/email/generator.py
index 24f2abf2102..4ea0b559b99 100644
--- a/Lib/email/generator.py
+++ b/Lib/email/generator.py
@@ -349,7 +349,7 @@ class Generator:
# This used to be a module level function; we use a classmethod for this
# and _compile_re so we can continue to provide the module level function
# for backward compatibility by doing
- # _make_boudary = Generator._make_boundary
+ # _make_boundary = Generator._make_boundary
# at the end of the module. It *is* internal, so we could drop that...
@classmethod
def _make_boundary(cls, text=None):