Update docs for 1.4.2 release
diff --git a/docs/dyn/youtube_v3.i18nLanguages.html b/docs/dyn/youtube_v3.i18nLanguages.html
index 41d29f3..a4387d5 100644
--- a/docs/dyn/youtube_v3.i18nLanguages.html
+++ b/docs/dyn/youtube_v3.i18nLanguages.html
@@ -76,14 +76,14 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(part, hl=None)</a></code></p>
-<p class="firstline">Returns a list of supported languages.</p>
+<p class="firstline">Returns a list of application languages that the YouTube website supports.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(part, hl=None)</code>
- <pre>Returns a list of supported languages.
+ <pre>Returns a list of application languages that the YouTube website supports.
Args:
- part: string, The part parameter specifies a comma-separated list of one or more i18nLanguage resource properties that the API response will include. The part names that you can include in the parameter value are id and snippet. (required)
+ part: string, The part parameter specifies the i18nLanguage resource properties that the API response will include. Set the parameter value to snippet. (required)
hl: string, The hl parameter specifies the language that should be used for text values in the API response.
Returns: