fix target line num
This commit is contained in:
parent
5bbddb4356
commit
e8292eac6f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ print(result)
|
||||||
* $nosetests --nocapture tests.py
|
* $nosetests --nocapture tests.py
|
||||||
|
|
||||||
# Benchmark
|
# Benchmark
|
||||||
see [tests.TestCchardetSpeed](https://github.com/PyYoshi/cChardet/blob/master/tests.py#L414)
|
see [tests.TestCchardetSpeed](https://github.com/PyYoshi/cChardet/blob/master/tests.py#L416)
|
||||||
|
|
||||||
### Sample(shift_jis):
|
### Sample(shift_jis):
|
||||||
* [testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt](https://github.com/PyYoshi/cChardet/blob/master/testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt)
|
* [testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt](https://github.com/PyYoshi/cChardet/blob/master/testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt)
|
||||||
|
|
Loading…
Reference in a new issue