Skip to content

Commit 55a9e25

Browse files
committed
Strip trailing space
1 parent 2e5b0c2 commit 55a9e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pants/backend/python/target_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class PythonRunGoalUseSandboxField(TriBoolField):
157157
alias = "run_goal_use_sandbox"
158158
help = help_text(
159159
"""
160-
Whether to use a sandbox when `run`ning this target. Defaults to
160+
Whether to use a sandbox when `run`ning this target. Defaults to
161161
`[python].default_run_goal_use_sandbox`.
162162
163163
If true, runs of this target with the `run` goal will copy the needed first-party sources

0 commit comments

Comments
 (0)