Removing Buzz from comments in code
diff --git a/docs/apiclient.http.html b/docs/apiclient.http.html
index 8dec4c6..d35f7fa 100644
--- a/docs/apiclient.http.html
+++ b/docs/apiclient.http.html
@@ -23,7 +23,7 @@
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="httplib2.html">httplib2</a><br>
</td><td width="25%" valign=top><a href="os.html">os</a><br>
-</td><td width="25%" valign=top><a href="simplejson.html">simplejson</a><br>
+</td><td width="25%" valign=top><a href="django.utils.simplejson.html">django.utils.simplejson</a><br>
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
@@ -105,10 +105,10 @@
response = '{"data": {"id": "tag:google.c...'<br>
requestBuilder = <a href="#RequestMockBuilder">RequestMockBuilder</a>(<br>
{<br>
- 'chili.activities.get': (None, response),<br>
+ 'plus.activities.get': (None, response),<br>
}<br>
)<br>
- apiclient.discovery.build("buzz", "v1", requestBuilder=requestBuilder)<br>
+ apiclient.discovery.build("plus", "v1", requestBuilder=requestBuilder)<br>
<br>
Methods that you do not supply a response for will return a<br>
200 OK with an empty string as the response content or raise an excpetion if<br>