- Parameter pass `row_key_prefix` in function but in doc-string declared `row_prefix` https://github.com/googleapis/python-bigtable/blob/1d92cc2e3c6dad83e505438b2e0ebdf0a483fbdf/google/cloud/bigtable/table.py#L728-L738 - Typo `column_failies` https://github.com/googleapis/python-bigtable/blob/1d92cc2e3c6dad83e505438b2e0ebdf0a483fbdf/google/cloud/bigtable/table.py#L361-L362 - [table.mutations_batcher()](https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable/table.py#L771-L772) method has no parameter `table` but specified in docstring of function. - [instance.cluster()](https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable/instance.py#L540-L541) method has no parameter `cluster` but specified in docstirng of function. - [cluster.update()](https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable/cluster.py#L289-L296) method has no parameter but `location` and `serve_nodes` specified in docstring of function.
row_key_prefixin function but in doc-string declaredrow_prefixpython-bigtable/google/cloud/bigtable/table.py
Lines 728 to 738 in 1d92cc2
column_failiespython-bigtable/google/cloud/bigtable/table.py
Lines 361 to 362 in 1d92cc2
table.mutations_batcher() method has no parameter
tablebut specified in docstring of function.instance.cluster() method has no parameter
clusterbut specified in docstirng of function.cluster.update() method has no parameter but
locationandserve_nodesspecified in docstring of function.