diff options
| author | Dylan Araps <dylanaraps@users.noreply.github.com> | 2017-07-02 23:25:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-02 23:25:40 +1000 |
| commit | 370ec3057287cf18bec998af5d26227f8cf5ef03 (patch) | |
| tree | 1c17b814b55ff3a8b8c874e30fbf1e78db920b83 /pywal | |
| parent | 570bfccfc507ea27cc0034b9ddac7ff06ee68dc8 (diff) | |
reload: Update docs
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/reload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/reload.py b/pywal/reload.py index b94233c..03e2742 100644 --- a/pywal/reload.py +++ b/pywal/reload.py @@ -21,7 +21,7 @@ def reload_i3(): def reload_env(): - """Reload environment programs.""" + """Reload environment.""" reload_xrdb() reload_i3() print("reload: Reloaded environment.") |
