We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66be52 commit a3937d6Copy full SHA for a3937d6
normalization/python.md
@@ -5,7 +5,7 @@ Unicode normalization is available in the core module
5
with Python 2.3.
6
7
```python
8
-import unicodedata;
+import unicodedata
9
10
nfd = unicodedata.normalize('NFD', str)
11
nfc = unicodedata.normalize('NFC', str)
0 commit comments