Update docs to not use UML diagrams. Fixes issue #148.
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html
index ae1104a..6f83526 100644
--- a/docs/oauth2client.client.html
+++ b/docs/oauth2client.client.html
@@ -899,7 +899,14 @@
code: string or dict, either the code as a string, or a dictionary<br>
of the query parameters to the redirect_uri, which contains<br>
the code.<br>
- http: httplib2.Http, optional http instance to use to do the fetch</tt></dd></dl>
+ http: httplib2.Http, optional http instance to use to do the fetch<br>
+ <br>
+Returns:<br>
+ An <a href="#OAuth2Credentials">OAuth2Credentials</a> <a href="__builtin__.html#object">object</a> that can be used to authorize requests.<br>
+ <br>
+Raises:<br>
+ <a href="#FlowExchangeError">FlowExchangeError</a> if a problem occured exchanging the code for a<br>
+ refresh_token.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="oauth2client.client.html#Flow">Flow</a>:<br>