From 94bfd478d5870e3a936c04cc7ba0e5cf97f68dd2 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 11 Jun 2019 14:34:46 +0200 Subject: [PATCH] Fixed README error. [ci skip] --- README.rst | 2 ++ 1 file changed, 2 insertions(+) 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)