Skip to content

Commit

Permalink
Merge pull request #579 from karthikdatta98/karthikdatta/docupdate
Browse files Browse the repository at this point in the history
fix: Updated doc typo
  • Loading branch information
aaron-lerner committed Jul 8, 2024
2 parents 7d01080 + 17be06b commit c65a450
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 c65a450

Please sign in to comment.