Skip to content

Commit

Permalink
Changed attribution reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Pammer committed Jul 9, 2017
1 parent 261db17 commit 73be8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gl_objects/projects.py
Expand Up @@ -178,11 +178,11 @@
result = project.repository_compare('master', 'branch1')

# get the commits
for commit in result.commits:
for commit in result['commits']:
print(commit)

# get the diffs
for file_diff in result.diffs:
for file_diff in result['diffs']:
print(file_diff)
# end repository compare

Expand Down

0 comments on commit 73be8f9

Please sign in to comment.