From 0a9a04eabd6c8ed8668bb42b462b1372c3260ad4 Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Sun, 13 Dec 2015 14:45:34 +0100 Subject: [PATCH] Fix typo on collection discovery doc (the example from the doc crashes on setting validation) --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 9c6c71d..e13bddf 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -126,7 +126,7 @@ by automatically downloading a list of the configured user's collections:: [pair my_contacts] a = my_contacts_local b = my_contacts_remote - collections = from b + collections = ["from b"] [storage my_contacts_local] type = filesystem