Skip to content

Commit a3937d6

Browse files
committed
the horror! semicolons in python!
1 parent e66be52 commit a3937d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normalization/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Unicode normalization is available in the core module
55
with Python 2.3.
66

77
```python
8-
import unicodedata;
8+
import unicodedata
99

1010
nfd = unicodedata.normalize('NFD', str)
1111
nfc = unicodedata.normalize('NFC', str)

0 commit comments

Comments
 (0)