Skip to content

Commit 7e69fd9

Browse files
committed
minor doc fix
1 parent a7946ba commit 7e69fd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/howto.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ Order Commands in Help Text
657657
this by
658658
`using a custom click group <https://click.palletsprojects.com/en/latest/commands/#custom-groups>`_.
659659

660-
For example, to change the order of commands to be in reverse alphabetical order you could define
661-
a custom group and override the ``list_commands`` method. Custom group and command classes may be
662-
provided like below, but they must extend from django-typer's classes:
660+
For example, to change the order of commands to be in alphabetical order you could define a custom
661+
group and override the ``list_commands`` method. Custom group and command classes may be provided
662+
like below, but they must extend from django-typer's classes:
663663

664664
* For groups: :class:`~django_typer.management.DTGroup`
665665
* For commands: :class:`~django_typer.management.DTCommand`

0 commit comments

Comments
 (0)