docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/webmasters_v3.sites.html b/docs/dyn/webmasters_v3.sites.html
index 481d566..22ff176 100644
--- a/docs/dyn/webmasters_v3.sites.html
+++ b/docs/dyn/webmasters_v3.sites.html
@@ -89,7 +89,7 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="add">add(siteUrl)</code>
- <pre>Adds a site to the set of the user's sites in Search Console.
+ <pre>Adds a site to the set of the user's sites in Search Console.
Args:
siteUrl: string, The URL of the site to add. (required)
@@ -98,7 +98,7 @@
<div class="method">
<code class="details" id="delete">delete(siteUrl)</code>
- <pre>Removes a site from the set of the user's Search Console sites.
+ <pre>Removes a site from the set of the user's Search Console sites.
Args:
siteUrl: string, The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is used in Search Console URLs. (required)
@@ -116,14 +116,14 @@
An object of the form:
{ # Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
- "permissionLevel": "A String", # The user's permission level for the site.
- "siteUrl": "A String", # The URL of the site.
+ "permissionLevel": "A String", # The user's permission level for the site.
+ "siteUrl": "A String", # The URL of the site.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list()</code>
- <pre>Lists the user's Search Console sites.
+ <pre>Lists the user's Search Console sites.
Args:
@@ -131,10 +131,10 @@
An object of the form:
{ # List of sites with access level information.
- "siteEntry": [ # Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
+ "siteEntry": [ # Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
{ # Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
- "permissionLevel": "A String", # The user's permission level for the site.
- "siteUrl": "A String", # The URL of the site.
+ "permissionLevel": "A String", # The user's permission level for the site.
+ "siteUrl": "A String", # The URL of the site.
},
],
}</pre>