Skip to content

Commit

Permalink
fix: Update README.rst (#35)
Browse files Browse the repository at this point in the history
* fix: Update README.rst

Fix the example usage in README

* Update README.rst
  • Loading branch information
arithmetic1728 authored Jul 18, 2020
1 parent 4235285 commit bd208a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/google-cloud-container/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ Windows
<your-env>\Scripts\activate
<your-env>\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
~~~~~~~~~~
Expand Down

0 comments on commit bd208a6

Please sign in to comment.