]> granicus.if.org Git - python/commitdiff
Docstring typo fix.
authorGreg Ward <gward@python.net>
Sat, 24 Nov 2001 15:49:53 +0000 (15:49 +0000)
committerGreg Ward <gward@python.net>
Sat, 24 Nov 2001 15:49:53 +0000 (15:49 +0000)
Lib/email/MIMEAudio.py
Lib/email/Message.py

index 0ca73e479d83df5599bf3e31ab790e730c19839c..57b7b6da99d16927be8c0f59b3ede0af995baf15 100644 (file)
@@ -46,7 +46,7 @@ class MIMEAudio(MIMEBase.MIMEBase):
 
         _audiodata is a string containing the raw audio data.  If this data
         can be decoded by the standard Python `sndhdr' module, then the
-        subtype will be automatically included in the Content-TYpe: header.
+        subtype will be automatically included in the Content-Type: header.
         Otherwise, you can specify  the specific audio subtype via the
         _subtype parameter.  If _subtype is not given, and no subtype can be
         guessed, a TypeError is raised.
index 7216e38db52ae8c3e48ca1368c24f974f19032a3..655e04fac8f81ce79a7a80552f59b127b4254fd0 100644 (file)
@@ -226,7 +226,7 @@ class Message:
 
         These will be sorted in the order they appeared in the original
         message, and may contain duplicates.  Any fields deleted and
-        re-inserted are alwyas appended to the header list.
+        re-inserted are always appended to the header list.
 
         If no such fields exist, failobj is returned (defaults to None).
         """