[mod] rename DEFAULT_GROUP_NAME = 'ungrouped'

The previous name 'others' leads to confusion with the **category 'other'**.

For clarification: the **category 'other'** lists categories that are not
included in ``categories_as_tabs:`` and those that do not belong to any
category (also known as **ungrouped**).

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-07-24 09:32:05 +02:00
parent ab130786ab
commit 2bf4158289

View file

@ -153,7 +153,7 @@ def is_flask_run_cmdline():
return frames[-2].filename.endswith('flask/cli.py')
DEFAULT_GROUP_NAME = 'others'
DEFAULT_GROUP_NAME = 'ungrouped'
def group_engines_in_tab(engines: Iterable[Engine]) -> List[Tuple[str, Iterable[Engine]]]: