diff --git a/README.rst b/README.rst index dab2d4e..8791dab 100644 --- a/README.rst +++ b/README.rst @@ -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)