urllib2
authorKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 05:38:48 +0000 (01:38 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 05:38:48 +0000 (01:38 -0400)
docs/index.rst

index 960f6b3..c270663 100644 (file)
@@ -11,7 +11,7 @@ Release v\ |version|. (:ref:`Installation <install>`)
 Requests is an :ref:`ISC Licensed <isc>` HTTP library, written in Python, for human beings.
 
 Most existing Python modules for sending HTTP requests are extremely verbose
-and cumbersome. Python's builtin :py:module::urllib2 module provides most of
+and cumbersome. Python's builtin **urllib2** module provides most of
 the HTTP capabilities you should need, but the api is thoroughly **broken**.
 It requires an *enormous* amount of work (even method overrides) to perform the simplest of tasks.