From 15de7d9dbabd6acc97267c1c6addb59a08c6367b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Jun 2011 22:21:54 -0400 Subject: [PATCH] add PATCH to docs --- docs/api.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 9d9bc0a..06939f1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -16,11 +16,13 @@ Main Interface All of Request's functionality can be accessed by these 5 methods. They all return a :class:`Response ` object. +.. autofunction:: head .. autofunction:: get .. autofunction:: post .. autofunction:: put +.. autofunction:: patch .. autofunction:: delete -.. autofunction:: head + ----------- -- 2.7.4