Skip to content

Commit

Permalink
Fixing typos in ToUpperCase section
Browse files Browse the repository at this point in the history
  • Loading branch information
fortin-alex authored and nikvaessen committed Apr 7, 2021
1 parent 07a959c commit 1fd2a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ print(jiwer.ToLowerCase()(sentences))

#### ToUpperCase

`jiwer.ToLowerCase()` can be used to replace every character into uppercase.
`jiwer.ToUpperCase()` can be used to replace every character into uppercase.

Example:
```python
Expand Down

0 comments on commit 1fd2a16

Please sign in to comment.