Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removing "rename" from bigtable table.py comments
Bigtable tables cannot be renamed.  I'm removing the comment that says that rename is allowed.
  • Loading branch information
sduskis authored Dec 4, 2017
commit 597a88d1c7d88ed26fcc043c0582dee0424f16e9
1 change: 0 additions & 1 deletion bigtable/google/cloud/bigtable/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class Table(object):
We can use a :class:`Table` to:

* :meth:`create` the table
* :meth:`rename` the table
* :meth:`delete` the table
* :meth:`list_column_families` in the table

Expand Down