Skip to content

Commit 3f1322b

Browse files
committed
fixed typos
1 parent 3948416 commit 3f1322b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/hello/async_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def main(project_id, instance_id, table_id):
8080
# sequential keys can result in poor distribution of operations
8181
# across nodes.
8282
#
83-
# We recommended that you use bytestrings directly for row keys
83+
# We recommend that you use bytestrings directly for row keys
8484
# where possible, rather than encoding strings.
8585
#
8686
# For more information about how to design a Bigtable schema for

samples/hello/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main(project_id, instance_id, table_id):
8181
# sequential keys can result in poor distribution of operations
8282
# across nodes.
8383
#
84-
# We recommended that you use bytestrings directly for row keys
84+
# We recommend that you use bytestrings directly for row keys
8585
# where possible, rather than encoding strings.
8686
#
8787
# For more information about how to design a Bigtable schema for

0 commit comments

Comments
 (0)