Version 1.0 beta 2
diff --git a/docs/httplib2.html b/docs/httplib2.html
index 8be442d..1f68184 100644
--- a/docs/httplib2.html
+++ b/docs/httplib2.html
@@ -8,7 +8,7 @@
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>httplib2</strong></big></big> (version $Rev$)</font></td
><td align=right valign=bottom
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/apiclient-release/httplib2/__init__.py">/home/jcgregorio/projects/apiclient-release/httplib2/__init__.py</a></font></td></tr></table>
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/google-api-python-client/httplib2/__init__.py">/home/jcgregorio/projects/google-api-python-client/httplib2/__init__.py</a></font></td></tr></table>
<p></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
@@ -144,9 +144,14 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Http-__init__"><strong>__init__</strong></a>(self, cache<font color="#909090">=None</font>, timeout<font color="#909090">=None</font>, proxy_info<font color="#909090">=None</font>)</dt><dd><tt>The value of proxy_info is a <a href="#ProxyInfo">ProxyInfo</a> instance.<br>
<br>
-If 'cache' is a string then it is used as a directory name<br>
-for a disk cache. Otherwise it must be an <a href="__builtin__.html#object">object</a> that supports<br>
-the same interface as FileCache.</tt></dd></dl>
+If 'cache' is a string then it is used as a directory name for<br>
+a disk cache. Otherwise it must be an <a href="__builtin__.html#object">object</a> that supports the<br>
+same interface as FileCache.<br>
+ <br>
+All timeouts are in seconds. If None is passed for timeout<br>
+then Python's default timeout for sockets will be used. See<br>
+for example the docs of socket.setdefaulttimeout():<br>
+<a href="http://docs.python.org/library/socket.html#socket.setdefaulttimeout">http://docs.python.org/library/socket.html#socket.setdefaulttimeout</a></tt></dd></dl>
<dl><dt><a name="Http-add_certificate"><strong>add_certificate</strong></a>(self, key, cert, domain)</dt><dd><tt>Add a key and cert that will be used<br>
any time a request requires authentication.</tt></dd></dl>