summaryrefslogtreecommitdiffstats
path: root/Lib/poplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/poplib.py')
-rw-r--r--Lib/poplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/poplib.py b/Lib/poplib.py
index 97a9b0d..5a3813c 100644
--- a/Lib/poplib.py
+++ b/Lib/poplib.py
@@ -59,7 +59,7 @@ class POP3:
POP3(hostname, port=110)
NB: the POP protocol locks the mailbox from user
- authorisation until QUIT, so be sure to get in, suck
+ authorization until QUIT, so be sure to get in, suck
the messages, and quit, each time you access the
mailbox.