From e37e33c8e6d4fc68e31cc1eb8800bc76cec9d79f Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 30 Sep 2007 17:33:01 -0300 Subject: [PATCH] Fix a typo in the documentation. --- services/dhcp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/dhcp/__init__.py b/services/dhcp/__init__.py index 3a2ccd8..08bb8b5 100644 --- a/services/dhcp/__init__.py +++ b/services/dhcp/__init__.py @@ -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. -- 2.43.0