diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-15 02:57:57 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-15 02:57:57 (GMT) |
commit | 42a84fe085009942db57da6272f0461322a2eead (patch) | |
tree | 3dd3b57bf50444b3cb9368aaa48a5338be3432d1 | |
parent | 3f458d9feb278085deab7034e502d31eb7c744aa (diff) | |
download | cpython-42a84fe085009942db57da6272f0461322a2eead.zip cpython-42a84fe085009942db57da6272f0461322a2eead.tar.gz cpython-42a84fe085009942db57da6272f0461322a2eead.tar.bz2 |
Remove extra period at end.
-rw-r--r-- | Doc/lib/libsocket.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 4d3a00a..6c700a7 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -69,7 +69,7 @@ configuration. For deterministic behavior use a numeric address in \var{host} portion. \versionadded[2.5]{AF_NETLINK sockets are represented as -pairs \code{\var{pid}, \var{groups}}.} +pairs \code{\var{pid}, \var{groups}}} All errors raise exceptions. The normal exceptions for invalid argument types and out-of-memory conditions can be raised; errors |