diff --git a/bigtable/google/cloud/bigtable/client.py b/bigtable/google/cloud/bigtable/client.py index 764a365dacb25..86ee7173c917b 100644 --- a/bigtable/google/cloud/bigtable/client.py +++ b/bigtable/google/cloud/bigtable/client.py @@ -179,12 +179,10 @@ class Client(_ClientFactoryMixin, _ClientProjectMixin): instances, tables and data. If not provided, will attempt to determine from the environment. - :type credentials: - :class:`OAuth2Credentials ` or - :data:`NoneType ` + :type credentials: :class:`~google.auth.credentials.Credentials` :param credentials: (Optional) The OAuth2 Credentials to use for this - client. If not provided, defaults to the Google - Application Default Credentials. + client. If not passed, falls back to the default + inferred from the environment. :type read_only: bool :param read_only: (Optional) Boolean indicating if the data scope should be