Fix a typo in luxi's docstring
authorGuido Trotter <ultrotter@google.com>
Tue, 20 Jan 2009 17:50:08 +0000 (17:50 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 20 Jan 2009 17:50:08 +0000 (17:50 +0000)
Reviewed-by: iustinp

lib/luxi.py

index 09af188..d248a74 100644 (file)
@@ -25,7 +25,7 @@ This module implements the local unix socket protocl. You only need
 this module and the opcodes module in the client program in order to
 communicate with the master.
 
-The module is also be used by the master daemon.
+The module is also used by the master daemon.
 
 """