Skip to content

Commit

Permalink
Fixing docstring typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 28, 2015
1 parent 8f10636 commit 3d40fc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gcloud_bigtable/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ def create(self, initial_split_keys=None, timeout_seconds=TIMEOUT_SECONDS):
``current_operation`` in the response, but in example usage so far,
it seems the Bigtable API does not return any operation.
:type initial_split_keys: interable of strings
:type initial_split_keys: iterable of strings
:param initial_split_keys: (Optional) List of row keys that will be
used to initially split the table into
several tablets (Tablets are similar to H
Base regions). Given two split keys, "s1"
and "s2", three tablets will be created,
spanning the key ranges:
several tablets (Tablets are similar to
HBase regions). Given two split keys,
``"s1"`` and ``"s2"``, three tablets will be
created, spanning the key ranges:
[, s1), [s1, s2), [s2, ).
:type timeout_seconds: integer
Expand Down

0 comments on commit 3d40fc0

Please sign in to comment.