Skip to content

Commit 568e217

Browse files
committed
Fix spacing in help text
1 parent 7e3b4c6 commit 568e217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rsconnect/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def runtime_environment_args(func):
283283
default=None,
284284
help="Disable Python environment management for this bundle. "
285285
"Connect will not create an environment or install packages. An administrator must install the "
286-
" required packages in the correct Python environment on the Connect server.",
286+
"required packages in the correct Python environment on the Connect server.",
287287
callback=env_management_callback,
288288
)
289289
@click.option(
@@ -293,7 +293,7 @@ def runtime_environment_args(func):
293293
default=None,
294294
help="Disable R environment management for this bundle. "
295295
"Connect will not create an environment or install packages. An administrator must install the "
296-
" required packages in the correct R environment on the Connect server.",
296+
"required packages in the correct R environment on the Connect server.",
297297
callback=env_management_callback,
298298
)
299299
@functools.wraps(func)

0 commit comments

Comments
 (0)