From b598b0cc506b4422d9f7b91bff3492f7f915576c Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Jun 2019 18:03:29 -0400 Subject: [PATCH] Fix docstring example for 'Client.collection_group'. Closes #8433. --- firestore/google/cloud/firestore_v1/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/google/cloud/firestore_v1/client.py b/firestore/google/cloud/firestore_v1/client.py index d0798ef585c6..445c7c6bd3de 100644 --- a/firestore/google/cloud/firestore_v1/client.py +++ b/firestore/google/cloud/firestore_v1/client.py @@ -203,7 +203,7 @@ def collection_group(self, collection_id): .. code-block:: python - >>> query = firestore.collection_group('mygroup') + >>> query = client.collection_group('mygroup') @param {string} collectionId Identifies the collections to query over. Every collection or subcollection with this ID as the last segment of its