Skip to content

Commit 586f21c

Browse files
author
Claude
committed
Fix docstring
1 parent 59870bf commit 586f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/options/pipeline_options_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def validate_gcs_path(self, view, arg_name):
206206
return []
207207

208208
def validate_pickle_library(self, view):
209-
"""Validates a GCS path against gs://bucket/object URI format."""
209+
"""Validates the pickle_library option."""
210210
if view.pickle_library == 'default' or view.pickle_library == 'cloudpickle':
211211
return []
212212

0 commit comments

Comments
 (0)