Skip to content

Commit f5354d1

Browse files
committed
2 parents c1f5ab6 + 5885c13 commit f5354d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api/utils/charmap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ JSON files to be used with :obj:`CharMapper` should have the following format:
2525
{
2626
"default": "",
2727
28-
"charmap": {
28+
"charMap": {
2929
"a": "z",
3030
"b-g": "",
3131
"x-z": null
3232
}
3333
}
3434
3535
The root object in the file should be a dictionary with two keys: 'default' and
36-
'charmap'. These correspond to and follow the same restrictions as the
36+
'charMap'. These correspond to and follow the same restrictions as the
3737
respective input parameters to the :obj:`CharMapper` constructor (with
3838
`null` in the JSON file corresponding to `None` in Python).
3939

0 commit comments

Comments
 (0)