From b11af1d969a43832ff1ced68e334568a48230c8e Mon Sep 17 00:00:00 2001 From: Andrew Dampf Date: Wed, 13 Dec 2017 10:43:49 -0500 Subject: [PATCH] typo --- doc/ref/returners/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/returners/index.rst b/doc/ref/returners/index.rst index 39b1c2b0fc..f072871849 100644 --- a/doc/ref/returners/index.rst +++ b/doc/ref/returners/index.rst @@ -147,7 +147,7 @@ must implement the following functions: ``prep_jid`` Ensures that job ids (jid) don't collide, unless passed_jid is provided. - ``nochache`` is an optional boolean that indicates if return data + ``nocache`` is an optional boolean that indicates if return data should be cached. ``passed_jid`` is a caller provided jid which should be returned unconditionally.