File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ All these instantiation variants have common optional parameter `key_sorter=`. I
4444 * ` key_modifier= ` - [ see Instantiation section] ( README.md#instantiation ) . This will override the instance's attribute ` key_modifier ` . Default: ` None `
4545
4646* ` dump() ` - returns the string representation of stored KeyValues, i.e. string in correct VDF format. Optional parameters:
47- * ` mapper= ` - dumps the passed object (it must have the ` dict ` interface!). Default: ` None `
47+ * ` mapper= ` - passed object will be dumped (it must have the ` dict ` interface!). Default: ` None `
4848 * ` key_sorter= ` - [ see Instantiation section] ( README.md#instantiation ) . This will override the instance's attribute ` key_sorter ` . Default: ` None `
4949
5050* ` write(filename) ` - writes the dump to file. Optional parameters:
You can’t perform that action at this time.
0 commit comments