Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix comment typos

Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
JordonPhillips and nateprewitt committed Oct 18, 2024
1 parent af7affd commit 0fc3746
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def __aexit__(self, exc_type: Any, exc_value: Any, traceback: Any):
class OutputEventStream[E: DeserializeableShape](Protocol):
"""Asynchronously receives events from a service.
Events may be recived via the ``receive`` method or by using this class as
Events may be received via the ``receive`` method or by using this class as
an async iterable.
This may also be used as a context manager to ensure the stream is closed before
Expand Down Expand Up @@ -131,7 +131,7 @@ async def await_output(self) -> tuple[R, O]:
"""Await the operation's output.
The EventStream will be returned as soon as the input stream is ready to
receive events, which may be before the intitial response has been received
receive events, which may be before the initial response has been received
and the service is ready to send events.
Awaiting this method will wait until the initial response was received and the
Expand Down

0 comments on commit 0fc3746

Please sign in to comment.