Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willsmythe authored Oct 5, 2018
1 parent 55b8f4d commit 475fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ core_client = connection.get_client('vsts.core.v4_0.core_client.CoreClient')
projects = core_client.get_projects()

# Show details about each project in the console
for project in team_projects:
for project in projects:
pprint.pprint(project.__dict__)
```

Expand Down

0 comments on commit 475fe6c

Please sign in to comment.