Skip to content

Commit 544aafa

Browse files
jlara310kurtisvg
authored andcommitted
Set END for detach_listener region tag (GoogleCloudPlatform#1957)
1 parent 1f82d9c commit 544aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/cloud-client/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def on_snapshot(doc_snapshot, changes, read_time):
632632
# [START detach_listener]
633633
# Terminate watch on a document
634634
doc_watch.unsubscribe()
635-
# [START detach_listener]
635+
# [END detach_listener]
636636

637637

638638
def listen_multiple():

0 commit comments

Comments
 (0)