summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Putnam <putnam.eric@gmail.com>2017-09-05 11:00:48 -0700
committerEric Putnam <putnam.eric@gmail.com>2017-09-05 11:00:48 -0700
commit1b0c137917afc5cb51c9a6fb6ecabbd0b2f78aa0 (patch)
tree226f127b291fa96dd864ababe87c89150acf9a5b /README.md
parent8ec2d07526e7bbd7a93e02a7964f3f9ef815a58b (diff)
(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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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`