Skip to content

Commit 412b61f

Browse files
authored
Fix Vision Product Search sample comment typo (#1897)
1 parent 78a7a2d commit 412b61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/cloud-client/product_search/product_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_product(
5555
location_path = client.location_path(project=project_id, location=location)
5656

5757
# Create a product with the product specification in the region.
58-
# Set product name and product display name.
58+
# Set product display name and product category.
5959
product = vision.types.Product(
6060
display_name=product_display_name,
6161
product_category=product_category)

0 commit comments

Comments
 (0)