Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
update byte
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitanwar committed Feb 14, 2018
1 parent 6e8d862 commit d580748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/byte_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def byte_size(string):

```python
byte_size('😀') # 4
byte_size('Hello World') # 11
byte_size('Hello Wor') # 11
```

0 comments on commit d580748

Please sign in to comment.