Skip to content

Commit

Permalink
readme: typo: must specified -> must specify
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbronder committed Oct 1, 2024
1 parent 567678e commit 6a798a3
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 @@ -19,7 +19,7 @@ only provides three functions for creating a stream:
- `connect((host, port))`: Creates a datagram endpoint which can only
communicate with the endpoint it connected to.
- `bind((host, port))`: Creates a datagram endpoint that can communicate
with anyone, but must specified the destination address every time it
with anyone, but must specify the destination address every time it
sends.
- `from_socket(sock)`: If the above two functions are not sufficient, then
`asyncio_dgram` simply lets the caller setup the socket as they see fit.
Expand Down

0 comments on commit 6a798a3

Please sign in to comment.