From 2af76da7b4dae90f33ee1e87d10afc6506e9b2a5 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 10 Aug 2013 18:47:07 +0300 Subject: Fix a couple of typos. --- Lib/email/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/generator.py') diff --git a/Lib/email/generator.py b/Lib/email/generator.py index 24f2abf210..4ea0b559b9 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): -- cgit v1.2.1