diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-29 07:12:29 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-29 07:16:02 -0500 |
commit | 20079411b5acfbf533892b942227c7b0690acf32 (patch) | |
tree | 90f37f7f2dcf911cfa2134606b48b2624d8bc759 | |
parent | cadfa750ca0c950d61ded1dbad85beea9d152ef8 (diff) | |
download | dotfiles-20079411b5acfbf533892b942227c7b0690acf32.tar.gz dotfiles-20079411b5acfbf533892b942227c7b0690acf32.tar.bz2 dotfiles-20079411b5acfbf533892b942227c7b0690acf32.zip |
Update docstring formatting
-rw-r--r-- | dotfiles/core.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dotfiles/core.py b/dotfiles/core.py index 37115fe..138332d 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -194,9 +194,10 @@ class Dotfiles(object): self.list(verbose=False) def sync(self, files=None, force=False): - - """Synchronize this repository, creating and updating the necessary - symbolic links.""" + """ + Synchronize this repository, creating and updating the necessary + symbolic links. + """ # unless a set of files is specified, operate on all files if not files: |