aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-23 12:26:22 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-23 12:26:22 -0400
commit5ef48ae15a1790d40a219f6a21d83217499eb6c6 (patch)
treef12e82ad048f5eff4d870693f4ea7dc2dbf5c99f
parent936ad4fdd233f2be8e3b92ad2ee060e027fc6eac (diff)
downloaddotfiles-5ef48ae15a1790d40a219f6a21d83217499eb6c6.tar.gz
dotfiles-5ef48ae15a1790d40a219f6a21d83217499eb6c6.tar.bz2
dotfiles-5ef48ae15a1790d40a219f6a21d83217499eb6c6.zip
Fix flake8 error for line being too long
-rw-r--r--dotfiles/__init__.py4
1 files 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.