Fix typo in commands documentation

This commit is contained in:
AXVin
2021-07-21 12:22:33 +05:30
committed by GitHub
parent bc75945088
commit 980d6abbea

View File

@ -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