Skip to content

Commit da4eac2

Browse files
committed
Missed a different part of the docs
1 parent 6afbe06 commit da4eac2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Let's get information about a user::
2626
print(sigmavirus24.followers)
2727
# 4
2828

29-
gh.list_followers()
29+
for f in gh.iter_followers():
30+
print(str(f))
3031

3132
kennethreitz = gh.user('kennethreitz')
3233
# <User [kennethreitz:Kenneth Reitz]>

0 commit comments

Comments
 (0)