mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo.
This commit is contained in:
parent
dfb77dbc70
commit
a36909e10d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue