summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-04-02 11:51:54 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-04-02 11:51:54 -0700
commit7dac7bbd48bb56971c2fddfcf13d439d577740c1 (patch)
treebb3968827ce2fefa8d043bd514285c5f0b6c5e75
parent19b11d7e269360880d11d883a59b80b2909cee0f (diff)
downloadvyos-cloud-init-7dac7bbd48bb56971c2fddfcf13d439d577740c1.tar.gz
vyos-cloud-init-7dac7bbd48bb56971c2fddfcf13d439d577740c1.zip
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.
-rw-r--r--doc/merging.rst2
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
********