We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee835e9 + 55da52e commit c8d231bCopy full SHA for c8d231b
docs/resource-manager-api.rst
@@ -21,9 +21,9 @@ Here's a quick example of the full life-cycle:
21
.. code-block:: python
22
23
>>> from gcloud import resource_manager
24
+ >>> client = resource_manager.Client()
25
26
>>> # List all projects you have access to
- >>> client = resource_manager.Client()
27
>>> for project in client.list_projects():
28
... print(project)
29
0 commit comments