Skip to content

Commit 74afde8

Browse files
committed
fix docstr
Signed-off-by: redartera <reda@artera.ai>
1 parent a933869 commit 74afde8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flytekit/remote/remote.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,8 +1328,7 @@ def register_script(
13281328
:param source_path: The root of the project path
13291329
:param module_name: the name of the module
13301330
:param envs: Environment variables to be passed to the serialization
1331-
:param default_resources: Default resources to be passed to the serialization. These
1332-
override the resource spec for any tasks that have no statically defined resource requests and limits.
1331+
:param default_resources: Default resources to be passed to the serialization. These override the resource spec for any tasks that have no statically defined resource requests and limits.
13331332
:param fast_package_options: Options to customize copy_all behavior, ignored when copy_all is False.
13341333
:return:
13351334
"""

0 commit comments

Comments
 (0)