Skip to content

Commit

Permalink
Small fix to synchronization docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Jul 4, 2016
1 parent a2b283a commit c1fd665
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ in which case whether a Tree or Leaf is returned is dependent on an ending
Tree or a Leaf.

Synchronizing Trees
==================

Synchronization of tree contents can be performed through the
:py:meth:`datreant.core.Tree.sync` method. Synchronization can be performed
-------------------
Synchronization of Tree contents can be performed through the
:py:meth:`~datreant.core.Tree.sync` method. Synchronization can be performed
both locally and remotely, and is done through the rsync command::

>>> sequoia = dtr.Tree('sequoia')
Expand Down

0 comments on commit c1fd665

Please sign in to comment.