From 3747c57db05479898436dccb0a9e175f7d293968 Mon Sep 17 00:00:00 2001 From: "Kyle L. Jensen" Date: Wed, 27 Jun 2012 11:27:45 -0400 Subject: [PATCH] Clean up docs. --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c822886..5ef1c8f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -py-reqcache: Caching for Python's Request Package +Caching for Python's Request Package ========================= py-reqcache is a Python_ package that provides caching for @@ -12,6 +12,7 @@ monkeypatching. Example usage ---------- +:: import requests import reqcache @@ -32,8 +33,6 @@ Contribute #. Submit and create issues on github -References ----------- .. _Python: http://www.python.org/ .. _Requests: http://www.python-requests.org .. _Requests-Cache: https://github.com/reclosedev/requests-cache