summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2015-06-15 00:35:37 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2015-06-15 00:35:37 (GMT)
commitb4760efbadb1a780719bb62398949d5d6ef0605e (patch)
treed90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/socket.rst
parent1c90670bc2eaf55517b85d99d206d328a714b828 (diff)
downloadcpython-b4760efbadb1a780719bb62398949d5d6ef0605e.zip
cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.gz
cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.bz2
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index b653c53..827191e 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -1449,7 +1449,7 @@ After binding (:const:`CAN_RAW`) or connecting (:const:`CAN_BCM`) the socket, yo
can use the :meth:`socket.send`, and the :meth:`socket.recv` operations (and
their counterparts) on the socket object as usual.
-This example might require special priviledge::
+This example might require special privileges::
import socket
import struct