[modules/currency] Fix runaway docstring

This commit is contained in:
Tobias Witek 2017-09-07 16:22:30 +02:00
parent f4994cec7a
commit a08db28da0
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
[![Test Coverage](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/badges/coverage.svg)](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/coverage)
[![Issue Count](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/badges/issue_count.svg)](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status)
**Many, many thanks to all contributors! As of now, 20 of the modules are from various contributors (!), and only 16 from myself.**
**Many, many thanks to all contributors! As of now, 21 of the modules are from various contributors (!), and only 16 from myself.**
bumblebee-status is a modular, theme-able status line generator for the [i3 window manager](https://i3wm.org/).

View file

@ -8,6 +8,7 @@ Requires the following python packages:
Parameters:
* currency.interval: Interval in minutes between updates, default is 1.
"""
import bumblebee.input
import bumblebee.output