Skip to content

Commit bc03ac6

Browse files
authored
docs: fix a typo in UPGRADING.md related to static_discovery (#1956)
* docs: fix a typo in UPGRADING.md related to static_discovery * fix wording
1 parent 87571d9 commit bc03ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ are included in the library. Users of private APIs should set the
2929
`static_discovery` argument of `discovery.build()` to `False` to continue to
3030
retrieve the service definition from the internet. As of version 2.1.0,
3131
for backwards compatibility with version 1.x, if `static_discovery` is not
32-
specified, the default value for `static_discovery` will be `True` when
32+
specified, the default value for `static_discovery` will be `False` when
3333
the `discoveryServiceUrl` argument of `discovery.build()` is provided.
3434

3535
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/google-api-python-client/issues).

0 commit comments

Comments
 (0)