summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTP Honey <tphoney@users.noreply.github.com>2017-09-05 21:06:51 +0100
committerGitHub <noreply@github.com>2017-09-05 21:06:51 +0100
commit7af5e5ba11f3456dcebb9b0648b4819cdb7e432e (patch)
tree226f127b291fa96dd864ababe87c89150acf9a5b
parent8ec2d07526e7bbd7a93e02a7964f3f9ef815a58b (diff)
parent1b0c137917afc5cb51c9a6fb6ecabbd0b2f78aa0 (diff)
Merge pull request #814 from eputnam/release
(maint) re-send push action to transifex
-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`