From 4ee6232f771dce9d545ec62c6687c1b3e289f450 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Thu, 16 Feb 2023 15:30:54 -0800 Subject: [PATCH] docs: fixed a typo in docstring. PiperOrigin-RevId: 510260620 --- google/cloud/aiplatform/prediction/local_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/prediction/local_model.py b/google/cloud/aiplatform/prediction/local_model.py index c23d205e46..0379619d37 100644 --- a/google/cloud/aiplatform/prediction/local_model.py +++ b/google/cloud/aiplatform/prediction/local_model.py @@ -492,7 +492,7 @@ def push_image(self) -> None: See https://cloud.google.com/artifact-registry/docs/manage-repos#create for more details. If you hit a "Permission artifactregistry.repositories.uploadArtifacts denied" error, - set up an authentication for Docker. + set up authentication for Docker. .. code-block:: bash