Skip to content

Commit

Permalink
feat: fix: Updated doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Jul 8, 2024
1 parent b9827c1 commit 995a7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ For a more fully fledged example see [`examples/bedrock.py`](https://github.com/

This library also provides support for the [Anthropic Vertex API](https://cloud.google.com/vertex-ai?hl=en) if you install this library with the `vertex` extra, e.g. `pip install -U anthropic[vertex]`.

You can then import and instantiate a separate `AnthropicVertex`/`AsyncAnthropicVertexAsync` class, which has the same API as the base `Anthropic`/`AsyncAnthropic` class.
You can then import and instantiate a separate `AnthropicVertex`/`AsyncAnthropicVertex` class, which has the same API as the base `Anthropic`/`AsyncAnthropic` class.

```py
from anthropic import AnthropicVertex
Expand Down

0 comments on commit 995a7bd

Please sign in to comment.