File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ \section{Built-in Module \sectcode{socket}}
1717\UNIX {} system call and library interface for sockets to Python's
1818object-oriented style: the \code {socket()} function returns a
1919\dfn {socket object} whose methods implement the various socket system
20- calls. Parameter types are somewhat higer -level than in the C
20+ calls. Parameter types are somewhat higher -level than in the C
2121interface: as with \code {read()} and \code {write()} operations on Python
2222files, buffer allocation on receive operations is automatic, and
2323buffer length is implicit on send operations.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ \section{Built-in Module \sectcode{socket}}
1717\UNIX {} system call and library interface for sockets to Python's
1818object-oriented style: the \code {socket()} function returns a
1919\dfn {socket object} whose methods implement the various socket system
20- calls. Parameter types are somewhat higer -level than in the C
20+ calls. Parameter types are somewhat higher -level than in the C
2121interface: as with \code {read()} and \code {write()} operations on Python
2222files, buffer allocation on receive operations is automatic, and
2323buffer length is implicit on send operations.
You can’t perform that action at this time.
0 commit comments