Skip to content

Commit

Permalink
fixed dsl.component docstring typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dowler <[email protected]>
  • Loading branch information
dandawg committed Jan 21, 2025
1 parent 3e423d8 commit 1f9e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/dsl/component_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def component(func: Optional[Callable] = None,
a plain parameter, or a path to a file).
base_image: Image to use when executing the Python function. It should
contain a default Python interpreter that is compatible with KFP.
target_image: Image to when creating containerized components.
target_image: Image to use when creating containerized components.
packages_to_install: List of packages to install before
executing the Python function. These will always be installed at component runtime.
pip_index_urls: Python Package Index base URLs from which to
Expand Down

0 comments on commit 1f9e6c9

Please sign in to comment.