Update docs.
diff --git a/docs/dyn/blogger_v3.comments.html b/docs/dyn/blogger_v3.comments.html
index 3d9608f..ddb3237 100644
--- a/docs/dyn/blogger_v3.comments.html
+++ b/docs/dyn/blogger_v3.comments.html
@@ -79,10 +79,10 @@
 <p class="firstline">Marks a comment as not spam.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(blogId, postId, commentId)</a></code></p>
-<p class="firstline">Delete a comment by id.</p>
+<p class="firstline">Delete a comment by ID.</p>
 <p class="toc_element">
   <code><a href="#get">get(blogId, postId, commentId, view=None)</a></code></p>
-<p class="firstline">Gets one comment by id.</p>
+<p class="firstline">Gets one comment by ID.</p>
 <p class="toc_element">
   <code><a href="#list">list(blogId, postId, status=None, startDate=None, fetchBodies=None, endDate=None, pageToken=None, maxResults=None, view=None)</a></code></p>
 <p class="firstline">Retrieves the comments for a post, possibly filtered.</p>
@@ -107,7 +107,7 @@
   <pre>Marks a comment as not spam.
 
 Args:
-  blogId: string, The Id of the Blog. (required)
+  blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
   commentId: string, The ID of the comment to mark as not spam. (required)
 
@@ -144,10 +144,10 @@
 
 <div class="method">
     <code class="details" id="delete">delete(blogId, postId, commentId)</code>
-  <pre>Delete a comment by id.
+  <pre>Delete a comment by ID.
 
 Args:
-  blogId: string, The Id of the Blog. (required)
+  blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
   commentId: string, The ID of the comment to delete. (required)
 </pre>
@@ -155,7 +155,7 @@
 
 <div class="method">
     <code class="details" id="get">get(blogId, postId, commentId, view=None)</code>
-  <pre>Gets one comment by id.
+  <pre>Gets one comment by ID.
 
 Args:
   blogId: string, ID of the blog to containing the comment. (required)
@@ -343,7 +343,7 @@
   <pre>Marks a comment as spam.
 
 Args:
-  blogId: string, The Id of the Blog. (required)
+  blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
   commentId: string, The ID of the comment to mark as spam. (required)
 
@@ -383,7 +383,7 @@
   <pre>Removes the content of a comment.
 
 Args:
-  blogId: string, The Id of the Blog. (required)
+  blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
   commentId: string, The ID of the comment to delete content from. (required)