Fixed documentation to match actuality and rebuilt html docs
diff --git a/doc/html/libhttplib2.html b/doc/html/libhttplib2.html
index c20aa3a..78426b1 100644
--- a/doc/html/libhttplib2.html
+++ b/doc/html/libhttplib2.html
@@ -249,10 +249,10 @@
 <dl class="attribute">
 <dt id="httplib2.Http.force_exception_to_status_code">
 <!--[httplib2.Http.force_exception_to_status_code]--><tt class="descclassname">Http.</tt><tt class="descname">force_exception_to_status_code</tt><a class="headerlink" href="#httplib2.Http.force_exception_to_status_code" title="Permalink to this definition">¶</a></dt>
-<dd><p>If <tt class="xref docutils literal"><span class="pre">True</span></tt>, which is the default, then no <tt class="xref docutils literal"><span class="pre">httplib2</span></tt> exceptions will be
+<dd><p>If <tt class="xref docutils literal"><span class="pre">True</span></tt> then no <tt class="xref docutils literal"><span class="pre">httplib2</span></tt> exceptions will be
 thrown. Instead, those error conditions will be turned into <a title="httplib2.Response" class="reference internal" href="#httplib2.Response"><tt class="xref docutils literal"><span class="pre">Response</span></tt></a>
 objects that will be returned normally.</p>
-<p>If <tt class="xref docutils literal"><span class="pre">False</span></tt>, then exceptions will be thrown.</p>
+<p>If <tt class="xref docutils literal"><span class="pre">False</span></tt>, which is the default, then exceptions will be thrown.</p>
 </dd></dl>
 
 <dl class="attribute">