[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:
parent
ab130786ab
commit
2bf4158289
@ -153,7 +153,7 @@ def is_flask_run_cmdline():
|
|||||||
return frames[-2].filename.endswith('flask/cli.py')
|
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]]]:
|
def group_engines_in_tab(engines: Iterable[Engine]) -> List[Tuple[str, Iterable[Engine]]]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user