Skip to content

Commit

Permalink
Chasing bugs generating the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
innot committed Jul 17, 2022
1 parent 2a0f897 commit f6e4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssh_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class BaseCLI:
"""Prompt text to display. Override as required."""

cli = ArgParseDecorator()
"""The :class:`~argparse_decorator.ArgParseDecorator` used to decorate command methods."""
"""The :class:`~.argparse_decorator.ArgParseDecorator` used to decorate command methods."""

def __init__(self):
self.stdout: TextIO = sys.stdout
Expand Down

0 comments on commit f6e4073

Please sign in to comment.