Skip to content

Commit

Permalink
remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Nov 28, 2024
1 parent 8d7f888 commit 6a09e30
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 6a09e30

Please sign in to comment.