Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 62bbb7f

Browse files
authored
docs: fix typos in UPGRADING.md (#472)
updating typo from dialogvlow_v2 to dialogflow_v2
1 parent 74a54c6 commit 62bbb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ The `types` submodule is still present in the versioned module.
162162
E.g.
163163

164164
```py
165-
from google.cloud import dialogvlow_v2
165+
from google.cloud import dialogflow_v2
166166

167-
query_params = dialogvlow_v2.types.QueryParameters(time_zone="Europe/Paris")
167+
query_params = dialogflow_v2.types.QueryParameters(time_zone="Europe/Paris")
168168
```
169169

170170

0 commit comments

Comments
 (0)