Skip to content

Commit

Permalink
Fixing second note in GCRule docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 28, 2015
1 parent e77f994 commit c378ffb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gcloud_bigtable/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ class GarbageCollectionRule(object):
.. note::
At most one of ``max_num_versions`` and ``max_age`` can be specified
at once.
A string `gc_expression`` can also be used with API requests, but
that value would be superceded by a ``gc_rule``. As a result, we
don't support that feature and instead support via this native
object.
:type max_num_versions: integer
:param max_num_versions: The maximum number of versions
Expand Down

0 comments on commit c378ffb

Please sign in to comment.