From 20079411b5acfbf533892b942227c7b0690acf32 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 29 Dec 2015 07:12:29 -0500 Subject: Update docstring formatting --- dotfiles/core.py | 7 ++++--- 1 file 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: -- cgit v1.2.3