Fix the default string used for merging.

It had been changed in code, but not in docs. So we needed
to reflect the change in docs as well so that both are in
sync.
This commit is contained in:
Joshua Harlow 2013-04-02 11:51:54 -07:00
parent 0137249133
commit fa8883e7fa

View File

@ -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
********