From e66728af9f8957cf868b8b520438964dccb8644b Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Wed, 24 Aug 2016 16:39:58 +0200 Subject: [PATCH] Fix typo in documentation. --- tornado/netutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/netutil.py b/tornado/netutil.py index 5cbcdb925..7bf932139 100644 --- a/tornado/netutil.py +++ b/tornado/netutil.py @@ -129,7 +129,7 @@ def bind_sockets(port, address=None, family=socket.AF_UNSPEC, ``flags`` is a bitmask of AI_* flags to `~socket.getaddrinfo`, like ``socket.AI_PASSIVE | socket.AI_NUMERICHOST``. - ``resuse_port`` option sets ``SO_REUSEPORT`` option for every socket + ``reuse_port`` option sets ``SO_REUSEPORT`` option for every socket in the list. If your platform doesn't support this option ValueError will be raised. """ -- 2.47.2