Update docs.
diff --git a/docs/dyn/bigquery_v2.tabledata.html b/docs/dyn/bigquery_v2.tabledata.html
index cb1f2da..2b5978b 100644
--- a/docs/dyn/bigquery_v2.tabledata.html
+++ b/docs/dyn/bigquery_v2.tabledata.html
@@ -76,14 +76,14 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#insertAll">insertAll(projectId, datasetId, tableId, body)</a></code></p>
-<p class="firstline">Inserts the supplied rows into the table.</p>
+<p class="firstline">Streams data into BigQuery one record at a time without needing to run a load job.</p>
 <p class="toc_element">
   <code><a href="#list">list(projectId, datasetId, tableId, pageToken=None, maxResults=None, startIndex=None)</a></code></p>
 <p class="firstline">Retrieves table data from a specified set of rows.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="insertAll">insertAll(projectId, datasetId, tableId, body)</code>
-  <pre>Inserts the supplied rows into the table.
+  <pre>Streams data into BigQuery one record at a time without needing to run a load job.
 
 Args:
   projectId: string, Project ID of the destination table. (required)