We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ced73 commit 3386e02Copy full SHA for 3386e02
appengine/standard_python37/spanner/main.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START gae_python37_cloudsql_mysql]
+# [START gae_python37_cloud_spanner]
16
import os
17
18
from flask import Flask
@@ -33,3 +33,4 @@ def main():
33
results = list(cursor)
34
35
return 'Query Result: {}'.format(results[0][0])
36
+# [END gae_python37_cloud_spanner]
0 commit comments