Travis build: 862

This commit is contained in:
Rohit Tanwar
2018-02-14 08:45:34 +00:00
parent c7810b00bb
commit aa1916e83e

View File

@ -568,7 +568,7 @@ def byte_size(string):
```py
byte_size('😀') # 4
byte_size('Hello Wor') # 11
byte_size('Hello World') # 11
```
</details>