Skip to content

Commit e371a7e

Browse files
authored
Update README.md
1 parent f764e7d commit e371a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ core_client = connection.get_client('vsts.core.v4_0.core_client.CoreClient')
3636
projects = core_client.get_projects()
3737

3838
# Show details about each project in the console
39-
for project in team_projects:
39+
for project in projects:
4040
pprint.pprint(project.__dict__)
4141
```
4242

0 commit comments

Comments
 (0)