Skip to content

Commit 054d5a4

Browse files
committed
Small README fix pointed out by Josh More (thanks!)
1 parent 8752db3 commit 054d5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Stop watching a repository.
103103
Retrieve the network for a repository.
104104

105105
for r in gh.repos.network('dustin', 'memcached'):
106-
print("%'s %s" % (r.owner_name, r.name))
106+
print("%s's %s" % (r.owner, r.name))
107107

108108
### Adjust a Repository's Visibility
109109

0 commit comments

Comments
 (0)