diff options
author | Georg Brandl <georg@python.org> | 2008-05-11 10:13:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-11 10:13:59 (GMT) |
commit | a36909e10d6352ff7333375a77af274720a2257f (patch) | |
tree | b2dd3df984c75fd970320e06ca6a9279ccc0e8ea /Doc/library/socket.rst | |
parent | dfb77dbc70558dc16c3ac170fec684eecfb227a5 (diff) | |
download | cpython-a36909e10d6352ff7333375a77af274720a2257f.zip cpython-a36909e10d6352ff7333375a77af274720a2257f.tar.gz cpython-a36909e10d6352ff7333375a77af274720a2257f.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index b6640ae..e5a8167 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -908,7 +908,7 @@ sends traffic to the first one connected successfully. :: The last example shows how to write a very simple network sniffer with raw -sockets on Windows. The example requires administrator priviliges to modify +sockets on Windows. The example requires administrator privileges to modify the interface:: import socket |