Skip to content

Commit 5a0193b

Browse files
authored
Merge pull request #238 from creativecommons/missing-space
Add missing space to help text
2 parents a2e3ee1 + 163e372 commit 5a0193b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync_community_teams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def setup():
3939
"--debug",
4040
action="store_true",
4141
help="Debug mode: show differences instead of pushing commits and"
42-
"creating pull requests",
42+
" creating pull requests",
4343
)
4444
args = ap.parse_args()
4545
return args

0 commit comments

Comments
 (0)