From 5ef48ae15a1790d40a219f6a21d83217499eb6c6 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 23 Jul 2014 12:26:22 -0400 Subject: Fix flake8 error for line being too long --- dotfiles/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 71c9cd3..73b00b4 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -4,8 +4,8 @@ ~~~~~~~~ Dotfiles is a tool to make managing your dotfile symlinks in $HOME easy, - allowing you to keep all your dotfiles in a single directory. Hosting is up - to you. You can use a VCS like git, Dropbox, or even rsync to distribute + allowing you to keep all your dotfiles in a single directory. Hosting is + up to you. You can use a VCS like git, Dropbox, or even rsync to distribute your dotfiles repository across multiple hosts. :copyright: (c) 2011-2014 by Jon Bernard. -- cgit v1.2.3