fix(sdk): Fix PyPi typo in cli/component docstring (#8361)

This commit is contained in:
JOCSTAA 2022-10-13 15:28:03 -05:00 committed by GitHub
parent b9c2931e0e
commit 764140153f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class ComponentBuilder():
kfp_package_path: Path to a pip-installable location for KFP.
This can either be pointing to KFP SDK root directory located in
a local clone of the KFP repo, or a git+https location.
If left empty, defaults to KFP on PyPi.
If left empty, defaults to KFP on PyPI.
"""
self._context_directory = context_directory
self._dockerfile = self._context_directory / _DOCKERFILE