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/androidpublisher_v3.edits.deobfuscationfiles.html b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
index c42aa65..5a57d02 100644
--- a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
+++ b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
@@ -83,7 +83,7 @@
   <pre>Uploads the deobfuscation file of the specified APK. If a deobfuscation or symbolication file already exists, it will be replaced. See https://developer.android.com/studio/build/shrink-code to learn more about deobfuscation files.
 
 Args:
-  packageName: string, Unique identifier of the Android app for which the deobfuscation files are being uploaded; for example, "com.spiffygame". (required)
+  packageName: string, Unique identifier of the Android app for which the deobfuscation files are being uploaded; for example, &quot;com.spiffygame&quot;. (required)
   editId: string, Unique identifier for this edit. (required)
   apkVersionCode: integer, The version code of the APK whose deobfuscation file is being uploaded. (required)
   deobfuscationFileType: string, A parameter (required)
@@ -97,8 +97,8 @@
   An object of the form:
 
     {
-    "deobfuscationFile": { # Represents a deobfuscation file.
-      "symbolType": "A String", # The type of the deobfuscation file.
+    &quot;deobfuscationFile&quot;: { # Represents a deobfuscation file.
+      &quot;symbolType&quot;: &quot;A String&quot;, # The type of the deobfuscation file.
     },
   }</pre>
 </div>