summaryrefslogtreecommitdiff
path: root/docs/source/api/commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/api/commands.rst')
-rw-r--r--docs/source/api/commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/commands.rst b/docs/source/api/commands.rst
index cb1a9d7f..cae10a03 100644
--- a/docs/source/api/commands.rst
+++ b/docs/source/api/commands.rst
@@ -10,7 +10,7 @@ Command-line strings given by the user via the prompt or key bindings can be tra
Specific actions are defined as subclasses of :class:`Command` and can be registered
to a global command pool using the :class:`registerCommand` decorator.
-.. Note::
+.. Note::
that the return value
of :func:`commandfactory` depends on the current *mode* the user interface is in.
@@ -34,7 +34,7 @@ to a global command pool using the :class:`registerCommand` decorator.
.. autoclass:: Command
:members:
-
+
.. autoclass:: CommandParseError
.. autoclass:: CommandArgumentParser
.. autofunction:: commandfactory