diff --git a/firestore/google/cloud/firestore_v1beta1/document.py b/firestore/google/cloud/firestore_v1beta1/document.py index fc2f0f6c271e..595af0271392 100644 --- a/firestore/google/cloud/firestore_v1beta1/document.py +++ b/firestore/google/cloud/firestore_v1beta1/document.py @@ -429,7 +429,7 @@ def collections(self, page_size=None): page_size (Optional[int]]): Iterator page size. Returns: - Sequence[~.firestore_v1beta1.collection.CollectionReference[: + Sequence[~.firestore_v1beta1.collection.CollectionReference]: iterator of subcollections of the current document. If the document does not exist at the time of `snapshot`, the iterator will be empty