Skip to content

Commit

Permalink
Merge pull request #565 from Carreau/docfix
Browse files Browse the repository at this point in the history
Fix doc formatting.
  • Loading branch information
Carreau committed Jun 11, 2020
2 parents 15e8f69 + 8f0d063 commit 65a4260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ instances, mapping *subcommand names* to two-tuples containing these:

1. A subclass of :class:`Application` to handle the subcommand.
This can be specified as:

- simply as a class, where its :meth:`SingletonConfigurable.instance()`
will be invoked (straight-forward, but loads subclasses on import time);
- as a string which can be imported to produce the above class;
Expand Down

0 comments on commit 65a4260

Please sign in to comment.