add PATCH to docs

This commit is contained in:
Kenneth Reitz
2011-06-21 22:21:54 -04:00
parent 34a583b821
commit 15de7d9dba
+3 -1
View File
@@ -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
-----------