]> git.llucax.com Git - software/pymin.git/commitdiff
Fix a typo in the documentation.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 30 Sep 2007 20:33:01 +0000 (17:33 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 30 Sep 2007 20:33:01 +0000 (17:33 -0300)
services/dhcp/__init__.py

index 3a2ccd8830a430bb3f53fd6535ec42a5562cdf10..08bb8b583255dd74a2cb3d29288e9df1f3c3e0c9 100644 (file)
@@ -37,7 +37,7 @@ template_dir = path.join(path.dirname(__file__), 'templates')
 
 class Error(HandlerError):
     r"""
-    Error(command) -> Error instance :: Base DhcpHandler exception class.
+    Error(message) -> Error instance :: Base DhcpHandler exception class.
 
     All exceptions raised by the DhcpHandler inherits from this one, so you can
     easily catch any DhcpHandler exception.