Skip to content

Commit 5bb9763

Browse files
committed
Update README.md
1 parent ad86aa5 commit 5bb9763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)