Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d44be3f

Browse files
committed
very minor typo
1 parent 61bc874 commit d44be3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libsocket.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ \section{Built-in Module \sectcode{socket}}
1717
\UNIX{} system call and library interface for sockets to Python's
1818
object-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
2121
interface: as with \code{read()} and \code{write()} operations on Python
2222
files, buffer allocation on receive operations is automatic, and
2323
buffer length is implicit on send operations.

Doc/libsocket.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ \section{Built-in Module \sectcode{socket}}
1717
\UNIX{} system call and library interface for sockets to Python's
1818
object-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
2121
interface: as with \code{read()} and \code{write()} operations on Python
2222
files, buffer allocation on receive operations is automatic, and
2323
buffer length is implicit on send operations.

0 commit comments

Comments
 (0)