python: Fixed some docstring typos.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 21 May 2012 03:00:20 +0000 (05:00 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 21 May 2012 03:00:20 +0000 (05:00 +0200)
python/ashd/__init__.py
python/ashd/proto.py
python3/ashd/__init__.py
python3/ashd/proto.py

index c918ad6..eea633c 100644 (file)
@@ -1,4 +1,4 @@
-"""Base module for ashd(7)-related fucntions.
+"""Base module for ashd(7)-related functions.
 
 This module implements nothing. Please see the ashd.util or ashd.proto
 modules.
index 4a48304..8dc5ecd 100644 (file)
@@ -119,8 +119,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)
index c918ad6..eea633c 100644 (file)
@@ -1,4 +1,4 @@
-"""Base module for ashd(7)-related fucntions.
+"""Base module for ashd(7)-related functions.
 
 This module implements nothing. Please see the ashd.util or ashd.proto
 modules.
index e695751..7a078de 100644 (file)
@@ -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)