From e7d1c66a3f14dc9554a9fbdc78ec16bc912de5f9 Mon Sep 17 00:00:00 2001 From: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> Date: Fri, 17 Jul 2020 22:11:37 -0700 Subject: [PATCH] fix: Update README.rst (#35) * fix: Update README.rst Fix the example usage in README * Update README.rst --- README.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.rst b/README.rst index ca7011cd..0455222b 100644 --- a/README.rst +++ b/README.rst @@ -79,19 +79,6 @@ Windows \Scripts\activate \Scripts\pip.exe install google-cloud-container -Example Usage -~~~~~~~~~~~~~ - -.. code:: py - - from google.cloud import container_v1 - - client = container_v1.ClusterManagerClient() - - project_id = '' - zone = '' - - response = client.list_clusters(project_id, zone) Next Steps ~~~~~~~~~~