Updated generated docs
diff --git a/docs/dyn/blogger.v2.users.html b/docs/dyn/blogger.v2.users.html
index 7cb34cc..2258009 100644
--- a/docs/dyn/blogger.v2.users.html
+++ b/docs/dyn/blogger.v2.users.html
@@ -19,7 +19,28 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets one user by id.<br>
<br>
Args:<br>
- userId: string, The ID of the user to get. (required)</tt></dd></dl>
+ userId: string, The ID of the user to get. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "about": "A String", # Profile summary information.<br>
+ "displayName": "A String", # The display name.<br>
+ "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.<br>
+ "locale": { # This user's locale<br>
+ "country": "A String", # The user's country setting.<br>
+ "variant": "A String", # The user's language variant setting.<br>
+ "language": "A String", # The user's language setting.<br>
+ },<br>
+ "blogs": { # The container of blogs for this user.<br>
+ "selfLink": "A String", # The URL of the Blogs for this user.<br>
+ },<br>
+ "kind": "blogger#user", # The kind of this entity. Always blogger#user<br>
+ "url": "A String", # The user's profile page.<br>
+ "id": "A String", # The identifier for this User.<br>
+ "selfLink": "A String", # The API REST URL to fetch this resource from.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>