Skip to content

Commit b4bd9e8

Browse files
francois2metzolt
authored andcommitted
docs: fix bool type documentation to match code
Fixes #157.
1 parent 4a7a2f3 commit b4bd9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mapping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Value types
229229
``bool``
230230
^^^^^^^^
231231

232-
Convert ``true``, ``yes`` and ``1`` values to ``true``, otherwise use ``false``.
232+
Convert ``no``, ``false``, ``0`` and empty string values to ``false``, otherwise use ``true``.
233233

234234
``boolint``
235235
^^^^^^^^^^^

0 commit comments

Comments
 (0)