Skip to content

Commit

Permalink
add PATCH to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Jun 22, 2011
1 parent 34a583b commit 15de7d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ Main Interface
All of Request's functionality can be accessed by these 5 methods. They
all return a :class:`Response <models.Response>` object.

.. autofunction:: head
.. autofunction:: get
.. autofunction:: post
.. autofunction:: put
.. autofunction:: patch
.. autofunction:: delete
.. autofunction:: head


-----------

Expand Down

0 comments on commit 15de7d9

Please sign in to comment.