aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bigtable
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:33:23 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:33:23 -0700
commit1c7bc899dbb86cec70a2c11207a9ce8acf30c13b (patch)
treedfb985240ea83018cd79585e183137f4d998e099 /tensorflow/contrib/bigtable
parent1a7805207d087d049336b67af2c14cb6253b1a21 (diff)
parent042336cfa7b1d4c600d3a09f65d517dd5ff73904 (diff)
Merge pull request #21086 from taehoonlee:fix_typos
PiperOrigin-RevId: 207988541
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 e6ef513c40..1102fb3c2d 100644
--- a/tensorflow/contrib/bigtable/python/ops/bigtable_api.py
+++ b/tensorflow/contrib/bigtable/python/ops/bigtable_api.py
@@ -335,7 +335,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!
@@ -394,7 +394,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!