From 33ccf2bc9857cb98dc0e19073355a54328a1c97a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 13 Aug 2011 02:25:08 -0700 Subject: [PATCH] Remove "a " before "an optional" from docstring. --- colander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colander/__init__.py b/colander/__init__.py index 237caac..a900aff 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -45,7 +45,7 @@ class Invalid(Exception): argument, defaulting to ``None``. The ``msg`` argument is a freeform field indicating the error circumstance. - The constructor additionally may receive a an optional ``value`` + The constructor additionally may receive an optional ``value`` keyword, indicating the value related to the error. """ pos = None