Clean and regen docs (#401)
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html
index 932165c..2c86689 100644
--- a/docs/dyn/drive_v3.revisions.html
+++ b/docs/dyn/drive_v3.revisions.html
@@ -167,9 +167,9 @@
An object of the form:
{ # A list of revisions of a file.
- "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions 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 revisions. This will be absent if the end of the revisions list has been reached.
"kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
- "revisions": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+ "revisions": [ # The full list of revisions.
{ # The metadata for a revision to a file.
"mimeType": "A String", # The MIME type of the revision.
"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision".