]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
__getitem__(): Fix docstring, SF 979924.
authorBarry Warsaw <barry@python.org>
Tue, 28 Sep 2004 04:55:34 +0000 (04:55 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 28 Sep 2004 04:55:34 +0000 (04:55 +0000)
Lib/email/Message.py

index aefa37f14f09ab1ba36e7fb54ea0ba90159973c8..b5302d79b75ccb2a952d01cb4486d02a3f3971df 100644 (file)
@@ -298,7 +298,7 @@ class Message:
         Return None if the header is missing instead of raising an exception.
 
         Note that if the header appeared multiple times, exactly which
-        occurrance gets returned is undefined.  Use getall() to get all
+        occurrance gets returned is undefined.  Use get_all() to get all
         the values matching a header field name.
         """
         return self.get(name)