From e07a289e34a5d293cb981e4d3dce6662df5e8e1b Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Fri, 3 Mar 2017 23:57:50 +0100 Subject: [PATCH] frontends.rst: it's "null" in json --- docs/internals/frontends.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/internals/frontends.rst b/docs/internals/frontends.rst index 5ce72f8da..ef7731f56 100644 --- a/docs/internals/frontends.rst +++ b/docs/internals/frontends.rst @@ -47,7 +47,7 @@ progress_message operation unique, opaque integer ID of the operation :ref:`msgid ` - Message ID of the operation (may be *none*) + Message ID of the operation (may be *null*) finished boolean indicating whether the operation has finished, only the last object for an *operation* can have this property set to *true*. @@ -60,7 +60,7 @@ progress_percent operation unique, opaque integer ID of the operation :ref:`msgid ` - Message ID of the operation (may be *none*) + Message ID of the operation (may be *null*) finished boolean indicating whether the operation has finished, only the last object for an *operation* can have this property set to *true*. @@ -69,7 +69,7 @@ progress_percent current Current value (always less-or-equal to *total*) info - Array that describes the current item, may be *none*, contents depend on *msgid* + Array that describes the current item, may be *null*, contents depend on *msgid* total Total value @@ -94,7 +94,7 @@ log_message message Formatted log message :ref:`msgid ` - Message ID, may be *none* or absent + Message ID, may be *null* or absent See Prompts_ for the types used by prompts.