diff --git a/src/anthropic/_response.py b/src/anthropic/_response.py index 1e0257ee..e94bda36 100644 --- a/src/anthropic/_response.py +++ b/src/anthropic/_response.py @@ -611,7 +611,7 @@ class StreamAlreadyConsumed(AnthropicError): been streamed. This can happen if you use a method like `.iter_lines()` and then attempt - to read th entire response body afterwards, e.g. + to read the entire response body afterwards, e.g. ```py response = await client.post(...)