From 6a09e3066c3f289ed7939df6f12f617a8a51afd0 Mon Sep 17 00:00:00 2001 From: lucasrodes Date: Thu, 28 Nov 2024 16:53:32 +0100 Subject: [PATCH] remove line breaks --- apps/pr/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pr/cli.py b/apps/pr/cli.py index e0d335235a9..930f3531f96 100644 --- a/apps/pr/cli.py +++ b/apps/pr/cli.py @@ -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(