We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b8f4d commit 475fe6cCopy full SHA for 475fe6c
README.md
@@ -36,7 +36,7 @@ core_client = connection.get_client('vsts.core.v4_0.core_client.CoreClient')
36
projects = core_client.get_projects()
37
38
# Show details about each project in the console
39
-for project in team_projects:
+for project in projects:
40
pprint.pprint(project.__dict__)
41
```
42
0 commit comments