Skip to content

Commit

Permalink
Fix create_udp_socket docstring typo (agronholm#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gschaffner committed Nov 4, 2022
1 parent e0e78ee commit 20f3233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anyio/_core/_sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ async def create_udp_socket(
Create a UDP socket.
If ``port`` has been given, the socket will be bound to this port on the local
machine,making this socket suitable for providing UDP based services.
machine, making this socket suitable for providing UDP based services.
:param family: address family (``AF_INET`` or ``AF_INET6``) – automatically
determined from ``local_host`` if omitted
Expand Down

0 comments on commit 20f3233

Please sign in to comment.