Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 16, 2024
1 parent 07e525f commit 7ac0d3a
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 @@ -10,7 +10,7 @@ Asynchronous API for ZMQ using AnyIO.
- Create a `zmq_anyio.Socket` from a `zmq.Socket` or from a `zmq.Context`:
- Create a blocking ZMQ socket using a `zmq.Context`, and pass it to an async `zmq_anyio.Socket`:
```py
ctx = zmq.Context() + "a"
ctx = zmq.Context()
sock = ctx.socket(zmq.PAIR)
asock = zmq_anyio.Socket(sock)
```
Expand Down

0 comments on commit 7ac0d3a

Please sign in to comment.