Skip to content

Commit a09baa4

Browse files
author
Bill Prin
committed
Fix region tag
1 parent ad51b4d commit a09baa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/xmpp/xmpp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ def post(self):
6868
# [END error]
6969

7070

71-
# [START send-chat-to-user]
7271
class SendChatHandler(webapp2.RequestHandler):
7372
def post(self):
73+
# [START send-chat-to-user]
7474
user_address = '[email protected]'
7575
msg = ('Someone has sent you a gift on Example.com. '
7676
'To view: http://example.com/gifts/')
@@ -81,7 +81,7 @@ def post(self):
8181
# Send an email message instead...
8282
# [END send-chat-to-user]
8383
pass
84-
# [START send-chat-to-user]
84+
# [END send-chat-to-user]
8585

8686

8787
# [START chat]

0 commit comments

Comments
 (0)