diff options
| author | drebs <drebs@leap.se> | 2013-09-18 11:13:57 -0300 | 
|---|---|---|
| committer | drebs <drebs@leap.se> | 2013-09-18 11:13:57 -0300 | 
| commit | 8c324d87ae5453468f0edac187eae86d13e6c6e6 (patch) | |
| tree | 4ee2e16ab6235ccc861fd1abaf2695cd5747defc | |
| parent | 443c4ed252a750ffef9eb55b6e56eb78c0e2e43f (diff) | |
Fix code block on soledad doc.
| -rw-r--r-- | docs/design/soledad.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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') | 
