From 04ff7d2c6026d3b063f80f889c5676c99645c975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Thu, 25 Aug 2022 20:16:36 +0200 Subject: [PATCH] Update doc to match code Fixes #157. --- docs/mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mapping.rst b/docs/mapping.rst index 9bcb891f..a3e5d55d 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -229,7 +229,7 @@ Value types ``bool`` ^^^^^^^^ -Convert ``true``, ``yes`` and ``1`` values to ``true``, otherwise use ``false``. +Convert ``no``, ``false``, ``0`` and empty string values to ``false``, otherwise use ``true``. ``boolint`` ^^^^^^^^^^^