8000 chore: fix some more unmatched region tags (#4585) · code4ward/python-docs-samples@e9bcf8b · GitHub
[go: up one dir, main page]

Skip to content

Commit e9bcf8b

Browse files
Takashi Matsuodinagraves
Takashi Matsuo
andauthored
chore: fix some more unmatched region tags (GoogleCloudPlatform#4585)
fixes GoogleCloudPlatform#4549 Co-authored-by: Dina Graves Portman <dinagraves@google.com>
1 parent 8be0996 commit e9bcf8b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

appengine/standard/firebase/firenotes/frontend/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $(function(){
7171

7272
}
7373

74-
// [START configureFirebaseLoginWidget]
74+
// [START gae_python_firebase_login]
7575
// Firebase log-in widget
7676
function configureFirebaseLoginWidget() {
7777
var uiConfig = {

appengine/standard/multitenancy/taskqueue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ def get(self, namespace='default'):
8989
(r'/taskqueue', TaskQueueCounterHandler),
9090
(r'/taskqueue/(.*)', TaskQueueCounterHandler)
9191
], debug=True)
92+
# [END all]

appengine/standard/xmpp/xmpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def post(self):
8282
# Send an email message instead...
8383
# [END send-chat-to-user]
8484
pass
85-
# [END send-chat-to-user]
8685

8786

8887
# [START chat]

storage/cloud-client/storage_disable_versioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def disable_versioning(bucket_name):
3434
return bucket
3535

3636

37-
# [END storage_enable_versioning]
37+
# [END storage_disable_versioning]
3838

3939
if __name__ == "__main__":
4040
disable_versioning(bucket_name=sys.argv[1])

storage/cloud-client/storage_set_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def set_blob_metadata(bucket_name, blob_name):
3434
print("The metadata for the blob {} is {}".format(blob.name, blob.metadata))
3535

3636

37-
# [END storage_get_metadata]
37+
# [END storage_set_metadata]
3838

3939
if __name__ == "__main__":
4040
set_blob_metadata(bucket_name=sys.argv[1], blob_name=sys.argv[2])

0 commit comments

Comments
 (0)
0