Fix typo.

This commit is contained in:
Georg Brandl 2008-05-11 10:13:59 +00:00
parent dfb77dbc70
commit a36909e10d

View file

@ -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 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:: the interface::
import socket import socket