Fix typos
This commit is contained in:
@@ -160,7 +160,7 @@ def produce_clan_core_docs() -> None:
|
|||||||
for option_name, info in options.items():
|
for option_name, info in options.items():
|
||||||
outfile = f"{module_name}/index.md"
|
outfile = f"{module_name}/index.md"
|
||||||
|
|
||||||
# Create seperate files for nested options
|
# Create separate files for nested options
|
||||||
if len(option_name.split(".")) <= 2:
|
if len(option_name.split(".")) <= 2:
|
||||||
# i.e. clan-core.clanDir
|
# i.e. clan-core.clanDir
|
||||||
output = core_outputs.get(
|
output = core_outputs.get(
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ def get_subcommands(
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(action, argparse._SubParsersAction):
|
if isinstance(action, argparse._SubParsersAction):
|
||||||
continue # Subparsers handled sperately
|
continue # Subparsers handled separately
|
||||||
|
|
||||||
option_strings = ", ".join(action.option_strings)
|
option_strings = ", ".join(action.option_strings)
|
||||||
if option_strings:
|
if option_strings:
|
||||||
|
|||||||
Reference in New Issue
Block a user