X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fashd%2Fproto.py;h=7a078de57feeb2d7957b4042836f976b146fea1c;hp=e695751c954e21b4d4d7a6d105dea103bf001f59;hb=f56b079086cb35e50697a4752b38679ae5e44679;hpb=6085469b6aa06ff7f9989c309e8326f88453b5c4 diff --git a/python3/ashd/proto.py b/python3/ashd/proto.py index e695751..7a078de 100644 --- a/python3/ashd/proto.py +++ b/python3/ashd/proto.py @@ -138,8 +138,8 @@ def recvreq(sock = 0): done, to avoid leaking response sockets. If end-of-file is received on the socket, None is returned. - This function may either raise on OSError if an error occurs on - the socket, or a ashd.proto.protoerr if the incoming request is + This function may either raise an OSError if an error occurs on + the socket, or an ashd.proto.protoerr if the incoming request is invalidly encoded. """ data, fd = htlib.recvfd(sock)