Skip to content

Commit acb658a

Browse files
authored
Update README.md
1 parent 2d26aeb commit acb658a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,6 @@ results = from_path('./my_subtitle.srt')
160160
print(str(results.best()))
161161
```
162162

163-
*Normalize any text file*
164-
```python
165-
from charset_normalizer import normalize
166-
try:
167-
normalize('./my_subtitle.srt') # should write to disk my_subtitle-***.srt
168-
except IOError as e:
169-
print('Sadly, we are unable to perform charset normalization.', str(e))
170-
```
171-
172163
*Upgrade your code without effort*
173164
```python
174165
from charset_normalizer import detect

0 commit comments

Comments
 (0)