Skip to content

Commit

Permalink
📜 fix docstring pr tool (#3656)
Browse files Browse the repository at this point in the history
* 📜 fix docstring pr tool

* remove line breaks
  • Loading branch information
lucasrodes authored Nov 28, 2024
1 parent eb54d8d commit 4f54360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
@click.option(
"--scope",
"-s",
help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. \n\n**Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.",
help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. **Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.",
default=None,
)
@click.option(
Expand Down

0 comments on commit 4f54360

Please sign in to comment.