We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87571d9 commit bc03ac6Copy full SHA for bc03ac6
UPGRADING.md
@@ -29,7 +29,7 @@ are included in the library. Users of private APIs should set the
29
`static_discovery` argument of `discovery.build()` to `False` to continue to
30
retrieve the service definition from the internet. As of version 2.1.0,
31
for backwards compatibility with version 1.x, if `static_discovery` is not
32
-specified, the default value for `static_discovery` will be `True` when
+specified, the default value for `static_discovery` will be `False` when
33
the `discoveryServiceUrl` argument of `discovery.build()` is provided.
34
35
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/google-api-python-client/issues).
0 commit comments