diff --git a/doc/python_api/examples/bpy.utils.register_cli_command.1.py b/doc/python_api/examples/bpy.utils.register_cli_command.1.py index 238bc2fb9cf..05227853a2a 100644 --- a/doc/python_api/examples/bpy.utils.register_cli_command.1.py +++ b/doc/python_api/examples/bpy.utils.register_cli_command.1.py @@ -1,6 +1,5 @@ """ -Using Python Argument Parsing ------------------------------ +**Using Python Argument Parsing** This example shows how the Python ``argparse`` module can be used with a custom command. diff --git a/doc/python_api/examples/bpy.utils.register_cli_command.py b/doc/python_api/examples/bpy.utils.register_cli_command.py index 3f2a7a8808b..fe9fb55ddfc 100644 --- a/doc/python_api/examples/bpy.utils.register_cli_command.py +++ b/doc/python_api/examples/bpy.utils.register_cli_command.py @@ -1,6 +1,5 @@ """ -Custom Commands ---------------- +**Custom Commands** Registering commands makes it possible to conveniently expose command line functionality via commands passed to (``-c`` / ``--command``).