]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in documentation. 1808/head
authorDaniel Darabos <darabos.daniel@gmail.com>
Wed, 24 Aug 2016 14:39:58 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 14:39:58 +0000 (16:39 +0200)
tornado/netutil.py

index 5cbcdb92545cfa0551ffb80b7ed654f4774ad1f9..7bf9321393019a77e0c992ee504633e0c66eba0e 100644 (file)
@@ -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.
     """