Skip to content

Commit

Permalink
Minor typo in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Sep 7, 2016
1 parent b2b7f8e commit cb2b790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ If the function is called with no arguments, ``sys.argv[1:]`` is used. This is t
Exceptions and limitations
--------------------------

- There are a few possible exceptions that ``autocommand`` can raise. All of them derive from ``autocommand.AutocommandError``
- There are a few possible exceptions that ``autocommand`` can raise. All of them derive from ``autocommand.AutocommandError``.

- If an invalid annotation is given (that is, it isn't a ``type``, ``str``, ``(type, str)``, or ``(str, type)``, an ``AnnotationError`` is raised. The ``type`` may be any callable, as described in the `Types`_ section.
- If the function has a ``**kwargs`` parameter, a ``KWargError`` is raised.
Expand Down

0 comments on commit cb2b790

Please sign in to comment.