From: Daniel Darabos Date: Wed, 24 Aug 2016 14:39:58 +0000 (+0200) Subject: Fix typo in documentation. X-Git-Tag: v4.4.2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1808%2Fhead;p=thirdparty%2Ftornado.git Fix typo in documentation. --- 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. """