Skip to content

Commit 5a384b5

Browse files
committed
Fix small typos in docstring or help strings
1 parent 20b34a7 commit 5a384b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/reference/_autoapi/docbuild/cli/cmd_config/environment/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docbuild.cli.cmd_config.environment
55
66
.. autoapi-nested-parse::
77

8-
CLI interface to showsthe configuration of the environment files.
8+
CLI interface to shows the configuration of the environment files.
99

1010

1111

src/docbuild/cli/cmd_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _setup_console() -> None:
6666
help=(
6767
"Enable debug mode. "
6868
"This will show more information about the process and the config files. "
69-
"If available, read the environment variable 'DOCBUILD_DEBUG'."
69+
"If available, read the environment variable ``DOCBUILD_DEBUG``."
7070
),
7171
)
7272
@click.option(

src/docbuild/cli/cmd_config/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""CLI interface to showsthe configuration of the environment files."""
1+
"""CLI interface to shows the configuration of the environment files."""
22

33
import click
44
from rich import print_json

0 commit comments

Comments
 (0)