diff --git a/docs/src/threading.rst b/docs/src/threading.rst index 494202b5..e876dde1 100644 --- a/docs/src/threading.rst +++ b/docs/src/threading.rst @@ -57,7 +57,7 @@ Threads .. c:function:: int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg) - .. versionchanged:: 1.5.0 returns a UV_E* error code on failure + .. versionchanged:: 1.4.1 returns a UV_E* error code on failure .. c:function:: uv_thread_t uv_thread_self(void) .. c:function:: int uv_thread_join(uv_thread_t *tid)