We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0f022 commit 0084bceCopy full SHA for 0084bce
designs/event-streams.md
@@ -42,7 +42,7 @@ method.
42
Publishers also expose a few Python standard methods. `close` can be used to
43
clean up any long-running resources, such as an HTTP connection or open file
44
handle. The async context manager magic methods are also supported, and by
45
-default they just serve to autoatically call `close` on exit. It is important
+default they just serve to automatically call `close` on exit. It is important
46
however that implementations of `AsyncEventPublisher` MUST NOT require
47
`__aenter__` or any other method to be called prior to `send`. These publishers
48
are intended to be immediately useful and so any setup SHOULD take place while
0 commit comments