From 0578465605e5a8290004d3eb171b58a873f60a1c Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Wed, 1 Jul 2015 17:46:33 +0300 Subject: [PATCH] gh-879: fix the docs socket method is writable(), not writeable(). --- doc/sphinx/reference/socket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/reference/socket.rst b/doc/sphinx/reference/socket.rst index 6770f2b536..3ab7d3671b 100644 --- a/doc/sphinx/reference/socket.rst +++ b/doc/sphinx/reference/socket.rst @@ -387,7 +387,7 @@ the function invocations will look like ``sock:function_name(...)``. otherwise block indefinitely. .. method:: readable([timeout]) - writeable([timeout]) + writable([timeout]) wait([timeout]) ``sock:readable()`` waits until something is readable, or until a timeout value expires. |br| -- GitLab