tumblr / pytumblr

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

Example on editing a post needs id parameter #91

Closed taylornelson closed 7 years ago

taylornelson commented 7 years ago

The example on editing a post doesn't show use of the kwarg id=postId which seems to be essential for it's usage. Could you add that in to the examples?