diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index caa848b3b..f205be2a3 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -5,7 +5,7 @@ Commands ========== -One of the most appealing aspect of the command extension is how easy it is to define commands and +One of the most appealing aspects of the command extension is how easy it is to define commands and how you can arbitrarily nest groups and commands to have a rich sub-command system. Commands are defined by attaching it to a regular Python function. The command is then invoked by the user using a similar