Skip to content

Commit 3386e02

Browse files
chenyumicengelke
authored andcommitted
Fix the region tag (GoogleCloudPlatform#1922)
1 parent 94ced73 commit 3386e02

File tree

1 file changed

+2
-1
lines changed
  • appengine/standard_python37/spanner

1 file changed

+2
-1
lines changed

appengine/standard_python37/spanner/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START gae_python37_cloudsql_mysql]
15+
# [START gae_python37_cloud_spanner]
1616
import os
1717

1818
from flask import Flask
@@ -33,3 +33,4 @@ def main():
3333
results = list(cursor)
3434

3535
return 'Query Result: {}'.format(results[0][0])
36+
# [END gae_python37_cloud_spanner]

0 commit comments

Comments
 (0)