Skip to content

Commit

Permalink
Docs: fix project_path typo in UPGRADING.md (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
acocuzzo authored Apr 18, 2022
1 parent 418e1a3 commit 20d661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ and now only exist in the relevant client, e.g. `subscriber.subscription_path()`
The `project_path()` method has been removed from both the publisher and subscriber
client, this path must now be constructed manually:
```py
project_path = f"project/{PROJECT_ID}"
project_path = f"projects/{PROJECT_ID}"
```

## Removed `client_config` Parameter
Expand Down

0 comments on commit 20d661c

Please sign in to comment.