diff options
-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: |