From 1b0c137917afc5cb51c9a6fb6ecabbd0b2f78aa0 Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Tue, 5 Sep 2017 11:00:48 -0700 Subject: (maint) re-send push action to transifex I rebased release on to master, so changes in master to the readme were not interpretted as changes on release in the payload sent to transifex. This commit should mark the README as modified in Transifex and hopefully they will be able to see the changes, e.g. to_json, to_yaml docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b32396..223945c 100644 --- a/README.md +++ b/README.md @@ -485,9 +485,9 @@ Converts a Boolean to a number. Converts values: * `false`, 'f', '0', 'n', and 'no' to 0. * `true`, 't', '1', 'y', and 'yes' to 1. - Argument: a single Boolean or string as an input. +Argument: a single Boolean or string as an input. - *Type*: rvalue. +*Type*: rvalue. #### `bool2str` -- cgit v1.2.3