diff options
author | Jon Bernard <jbernard@jbernard.io> | 2017-12-29 23:57:52 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2017-12-29 23:57:52 -0500 |
commit | fdc3eac74b9088c66c1943037187924c3e4b99ae (patch) | |
tree | f214acb1ce8515da5b454d9b60ace7d2bed65df7 | |
parent | 645e59b2719f4564abb349dc1bda48d41cab5f42 (diff) | |
download | dotfiles-fdc3eac74b9088c66c1943037187924c3e4b99ae.tar.gz dotfiles-fdc3eac74b9088c66c1943037187924c3e4b99ae.tar.bz2 dotfiles-fdc3eac74b9088c66c1943037187924c3e4b99ae.zip |
Tweak docstring slightly
-rw-r--r-- | dotfiles/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 31b2e5d..31d95b1 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -3,7 +3,7 @@ ~~~~~~~~ Dotfiles is a tool to make managing your dotfile symlinks in $HOME easy, - allowing you to keep all your dotfiles in a single directory. + allowing you to keep all your configuration files in a single directory. :copyright: (c) 2011-2018 by Jon Bernard. :license: ISC, see LICENSE.rst for more details. |