We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1f5ab6 + 5885c13 commit f5354d1Copy full SHA for f5354d1
docs/source/api/utils/charmap.rst
@@ -25,15 +25,15 @@ JSON files to be used with :obj:`CharMapper` should have the following format:
25
{
26
"default": "",
27
28
- "charmap": {
+ "charMap": {
29
"a": "z",
30
"b-g": "",
31
"x-z": null
32
}
33
34
35
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
+'charMap'. These correspond to and follow the same restrictions as the
37
respective input parameters to the :obj:`CharMapper` constructor (with
38
`null` in the JSON file corresponding to `None` in Python).
39
0 commit comments