diff options
Diffstat (limited to 'Lib/wsgiref/headers.py')
-rw-r--r-- | Lib/wsgiref/headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/wsgiref/headers.py b/Lib/wsgiref/headers.py index 7e670b3..fab851c 100644 --- a/Lib/wsgiref/headers.py +++ b/Lib/wsgiref/headers.py @@ -69,7 +69,7 @@ class Headers: Return None if the header is missing instead of raising an exception. Note that if the header appeared multiple times, the first exactly which - occurrance gets returned is undefined. Use getall() to get all + occurrence gets returned is undefined. Use getall() to get all the values matching a header field name. """ return self.get(name) |