Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9e8ca0f

Browse files
committed
docs: update comments
1 parent 11692c9 commit 9e8ca0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigframes/blob/_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def udf(self):
126126
return self._session.read_gbq_function(udf_name)
127127

128128

129-
# Blur images. Takes ObjectRefRuntime as JSON string. Outputs ObjectRefRuntime JSON string.
129+
# Blur images. Takes ObjectRefRuntime as JSON string. Outputs ObjectRefRuntime JSON string.
130130
def image_blur_func(
131131
src_obj_ref_rt: str,
132132
dst_obj_ref_rt: str,

0 commit comments

Comments
 (0)