diff options
author | 2020-08-24 23:28:40 +0100 | |
---|---|---|
committer | 2020-08-24 23:28:40 +0100 | |
commit | dbd817bb78257ecd911b570c95c4572beeb6a91f (patch) | |
tree | 099d66e2ee7de84c96fa7a4124a1e1e9edc5a6fb | |
parent | Update lint.yml (diff) |
Fix init file docstring.
-rw-r--r-- | metricity/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/metricity/__init__.py b/metricity/__init__.py index 88190e4..9e8b0ae 100644 --- a/metricity/__init__.py +++ b/metricity/__init__.py @@ -1,3 +1 @@ -""" -Metric collection for the Python Discord server. -""" +"""Metric collection for the Python Discord server.""" |