From 980d6abbead8b98d647f7acfa5fe67363cf40397 Mon Sep 17 00:00:00 2001 From: AXVin <35896758+AXVin@users.noreply.github.com> Date: Wed, 21 Jul 2021 12:22:33 +0530 Subject: [PATCH] Fix typo in commands documentation --- docs/ext/commands/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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