Skip to content

Commit 20d661c

Browse files
authored
Docs: fix project_path typo in UPGRADING.md (#660)
1 parent 418e1a3 commit 20d661c

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
@@ -149,7 +149,7 @@ and now only exist in the relevant client, e.g. `subscriber.subscription_path()`
149149
The `project_path()` method has been removed from both the publisher and subscriber
150150
client, this path must now be constructed manually:
151151
```py
152-
project_path = f"project/{PROJECT_ID}"
152+
project_path = f"projects/{PROJECT_ID}"
153153
```
154154

155155
## Removed `client_config` Parameter

0 commit comments

Comments
 (0)