Remove "a " before "an optional" from docstring.
This commit is contained in:
@@ -45,7 +45,7 @@ class Invalid(Exception):
|
|||||||
argument, defaulting to ``None``. The ``msg`` argument is a
|
argument, defaulting to ``None``. The ``msg`` argument is a
|
||||||
freeform field indicating the error circumstance.
|
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.
|
keyword, indicating the value related to the error.
|
||||||
"""
|
"""
|
||||||
pos = None
|
pos = None
|
||||||
|
Reference in New Issue
Block a user