From 1ac60be05521b69c924118d40f88e07728a2f75e Mon Sep 17 00:00:00 2001 From: Raphael Long Date: Mon, 8 Jun 2020 10:56:26 -0500 Subject: [PATCH] docs(bigtable): fix incorrect display_name update (#46) make consistent with the rest of the docs --- docs/instance-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instance-api.rst b/docs/instance-api.rst index bc338d7c7..b61f78bbf 100644 --- a/docs/instance-api.rst +++ b/docs/instance-api.rst @@ -103,7 +103,7 @@ with :meth:`update() `: .. code:: python - client.display_name = 'New display_name' + instance.display_name = 'New display_name' instance.update() Delete an existing Instance