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

Commit 18dfc6a

Browse files
chore: update docstring for pipelines array (#1129)
Use new object syntax to reference pipeline array type in example
1 parent 4848fbe commit 18dfc6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/firestore_v1/pipeline_expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ class Array(Function):
18501850
Creates an expression that creates a Firestore array value from an input list.
18511851
18521852
Example:
1853-
>>> Expression.array(["bar", Field.of("baz")])
1853+
>>> Array(["bar", Field.of("baz")])
18541854
18551855
Args:
18561856
elements: The input list to evaluate in the expression

0 commit comments

Comments
 (0)