tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

Fix incorrect TumblrRestClient.reblog() example #80

Closed ceyko closed 8 years ago

ceyko commented 8 years ago

It previously indicated that you should pass id and reblog_key as arguments, when they must actually be keyword arguments.

Fixes #62