From 8c324d87ae5453468f0edac187eae86d13e6c6e6 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 18 Sep 2013 11:13:57 -0300 Subject: Fix code block on soledad doc. --- docs/design/soledad.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/design/soledad.md') diff --git a/docs/design/soledad.md b/docs/design/soledad.md index 081690e..f119020 100644 --- a/docs/design/soledad.md +++ b/docs/design/soledad.md @@ -124,6 +124,7 @@ This is unchanged and identical to the [API used in U1DB](http://pythonhosted.or * Document indexing and searching: `create_index()`, `list_indexes()`, `get_from_index()`, `delete_index()`. * Document conflict resolution: `get_doc_conflicts()`, `resolve_doc()`. + # create document, change it and sync sol.create_doc({'my': 'doc'}, doc_id='mydoc') doc = sol.get_doc('mydoc') -- cgit v1.2.3