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`` ^^^^^^^^^^^