Clean and regen docs (#401)
diff --git a/docs/dyn/drive_v3.replies.html b/docs/dyn/drive_v3.replies.html
index c70344b..5f925fa 100644
--- a/docs/dyn/drive_v3.replies.html
+++ b/docs/dyn/drive_v3.replies.html
@@ -211,9 +211,9 @@
An object of the form:
{ # A list of replies to a comment on a file.
- "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
+ "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached.
"kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string "drive#replyList".
- "replies": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+ "replies": [ # The page of replies.
{ # A reply to a comment on a file.
"kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).