Skip to content

Commit 96593dc

Browse files
committed
typo.
1 parent 8761fa3 commit 96593dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ For Stackoverflow: http://api.stackoverflow.com/1.1/users/55562/questions/unansw
3030
>>> stack = RestConsumer(base_url='http://api.stackoverflow.com/1.1')
3131

3232
# When there are special characters, that can't be used as python methods, You can access it's item, like a dict.
33-
>>> s.users.['55562'].questions.unanswered()
33+
>>> s.users['55562'].questions.unanswered()
3434

3535
# All the top answerers of the tag python can be obtained from: http://api.stackoverflow.com/1.1/tags/python/top-answerers/all-time
36-
s.tags.python.['top-answerers']['all-time']()
36+
s.tags.python['top-answerers']['all-time']()
3737

3838
For Twitter:
3939

0 commit comments

Comments
 (0)