Allow comments in pairs files

This commit is contained in:
Matthias
2021-04-06 11:59:58 +02:00
parent f1f79b9448
commit 56ef3af424
4 changed files with 21 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ def json_load(datafile: IO) -> Any:
"""
load data with rapidjson
Use this to have a consistent experience,
sete number_mode to "NM_NATIVE" for greatest speed
set number_mode to "NM_NATIVE" for greatest speed
"""
return rapidjson.load(datafile, number_mode=rapidjson.NM_NATIVE)