diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/merging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/merging.rst b/doc/merging.rst index 6344facd..d4d5cd05 100644 --- a/doc/merging.rst +++ b/doc/merging.rst @@ -145,7 +145,7 @@ For example, the default string that is used when none is provided is the follow :: - list(extend)+dict()+str(append) + list()+dict()+str() Dictionary format ******** |