Skip to content

Commit 09801e2

Browse files
HemangChothanitseavercrwilcox
authored
docs: add documentation for documentsnapshot class (#263)
* docs: add documentation for documentsnapshot class * chore: drop superseded docs fix See PR #278. Co-authored-by: Tres Seaver <tseaver@palladion.com> Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1 parent 0346f25 commit 09801e2

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-firestore/google/cloud/firestore_v1

1 file changed

+1
-1
lines changed

packages/google-cloud-firestore/google/cloud/firestore_v1/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def on_snapshot(self, callback: Callable) -> Watch:
455455
provided callback is run on the snapshot.
456456
457457
Args:
458-
callback(Callable[[:class:`~google.cloud.firestore.document.DocumentSnapshot`], NoneType]):
458+
callback(Callable[[:class:`~google.cloud.firestore_v1.base_document.DocumentSnapshot`], NoneType]):
459459
a callback to run when a change occurs
460460
461461
Example:

0 commit comments

Comments
 (0)