Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Jan 15, 2025
1 parent 926a74b commit eeff59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleph_alpha_client/aleph_alpha_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ async def _post_request_with_streaming(

if not stream_item_as_str.startswith(self.SSE_DATA_PREFIX):
raise ValueError(
f"Stream item did not start with `{self.SSE_DATA_PREFIX}`. Was `{stream_item_as_str}"
f"Stream item did not start with `{self.SSE_DATA_PREFIX}`. Was `{stream_item_as_str}`"
)

payload = stream_item_as_str[len(self.SSE_DATA_PREFIX) :]
Expand Down

0 comments on commit eeff59a

Please sign in to comment.