aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bigtable
diff options
context:
space:
mode:
authorGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
committerGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
commit6f776c78f8824b962a00898eee8277104f978e94 (patch)
tree0d6f9108c3445dec8792afe091cb3b26bff629ff /tensorflow/contrib/bigtable
parentc21078f527023e3074b63109fb768413f82a8f8f (diff)
Fix typos
Diffstat (limited to 'tensorflow/contrib/bigtable')
-rw-r--r--tensorflow/contrib/bigtable/python/ops/bigtable_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/bigtable/python/ops/bigtable_api.py b/tensorflow/contrib/bigtable/python/ops/bigtable_api.py
index fd30aa8bbb..53d58a8efe 100644
--- a/tensorflow/contrib/bigtable/python/ops/bigtable_api.py
+++ b/tensorflow/contrib/bigtable/python/ops/bigtable_api.py
@@ -331,7 +331,7 @@ class BigtableTable(object):
"""Retrieves row (including values) from the Bigtable service at high speed.
Rows with row-key prefixed by `prefix` will be retrieved. This method is
- similar to `scan_prefix`, but by constrast performs multiple sub-scans in
+ similar to `scan_prefix`, but by contrast performs multiple sub-scans in
parallel in order to achieve higher performance.
Note: The dataset produced by this method is not deterministic!
@@ -390,7 +390,7 @@ class BigtableTable(object):
"""Retrieves rows (including values) from the Bigtable service.
Rows with row-keys between `start` and `end` will be retrieved. This method
- is similar to `scan_range`, but by constrast performs multiple sub-scans in
+ is similar to `scan_range`, but by contrast performs multiple sub-scans in
parallel in order to achieve higher performance.
Note: The dataset produced by this method is not deterministic!