Skip to content

Commit

Permalink
remove trailling spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynaro committed Oct 6, 2019
1 parent d778224 commit f7a4b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 169,7 @@ Output example:
#raw_data
'Hierophant Green '
# with strip clause
'Hierophant Green'
'Hierophant Green'
```

#### Integer
Expand All @@ -182,15 182,15 @@ Actually we don't have any formats for Integer. :)
#raw_data
'000123'
# coerced
123
123
#raw_data
'123'
# coerced
123
123
#raw_data
'a'
# coerced
0
0
```

#### Float
Expand Down

0 comments on commit f7a4b1a

Please sign in to comment.