Fixed README error. [ci skip]
This commit is contained in:
parent
97a949deab
commit
94bfd478d5
|
@ -59,11 +59,13 @@ Extra methods
|
|||
d.deepcopy()
|
||||
|
||||
.. code:: python
|
||||
|
||||
# Return a readable representation of any dict/list.
|
||||
s = benedict.dump(d.keypaths())
|
||||
print(s)
|
||||
|
||||
.. code:: python
|
||||
|
||||
# Return a readable representation of the dict for the given key (optional).
|
||||
s = d.dump_items(key=None)
|
||||
print(s)
|
||||
|
|
Loading…
Reference in New Issue