Skip to content

Commit 590a6ec

Browse files
committed
Fix typo
1 parent 2a67218 commit 590a6ec

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

nlpo3-python/pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ wheel = "*"
4747

4848
[tool.black]
4949
line-length = 79
50-
target_version = [
51-
'py36',
52-
'py37',
53-
'py38',
54-
'py39',
55-
'py310',
56-
'py311',
57-
'py312',
58-
'py313',
59-
]
60-
experimental_string_processing = true
6150
exclude = '''
6251
/(
6352
\.eggs

nlpo3-python/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy_static! {
2626
}
2727

2828
/// Break text into tokens.
29-
/// Use newmm algorithhm.
29+
/// Use newmm algorithm.
3030
/// Can use multithreading, but takes a lot of memory.
3131
/// returns list of valid utf-8 bytes list
3232
/// signature: (text: str, dict_name: str, safe: boolean = false, parallel: boolean = false) -> List[List[u8]]

0 commit comments

Comments
 (0)