Skip to content

Commit 220cbe8

Browse files
sararobcopybara-github
authored andcommitted
chore: update docstring
PiperOrigin-RevId: 565127893
1 parent 0743afb commit 220cbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/language_models/_evaluatable_language_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class EvaluationTextSummarizationSpec(_EvaluationTaskSpec):
230230

231231
@dataclasses.dataclass
232232
class _EvaluationMetricBase:
233-
"""Base class for returned evaulation metrics"""
233+
"""Base class for returned evaulation metrics."""
234234

235235
@property
236236
def input_dataset_paths(self) -> str:

0 commit comments

Comments
 (0)