8000 Use correct function for own user · adrianmoisey/github3.py@fd678cd · GitHub
[go: up one dir, main page]

Skip to content

Commit fd678cd

Browse files
committed
Use correct function for own user
1 parent 193fb76 commit fd678cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Let's get information about a user::
1616

1717
gh = login('sigmavirus24', password='<password>')
1818

19-
sigmavirus24 = gh.user()
19+
sigmavirus24 = gh.me()
2020
# <User [sigmavirus24:Ian Cordasco]>
2121

2222
print(sigmavirus24.name)

0 commit comments

Comments
 (0)
0