From 3a27c68245eb73a0a120660564fe968745ea2eb6 Mon Sep 17 00:00:00 2001
From: "Anders H. Rebner" <anderhre@stud.ntnu.no>
Date: Mon, 23 Mar 2020 11:05:08 +0100
Subject: [PATCH] Apply suggestion to soitool/compressor.py

---
 soitool/compressor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/compressor.py b/soitool/compressor.py
index 57458a6..5fd3025 100644
--- a/soitool/compressor.py
+++ b/soitool/compressor.py
@@ -30,7 +30,7 @@ def compress(obj):
 
 def decompress(lzma_compressed_json_string):
     """
-    Decompress a lzma compressed json string.
+    Decompress a lzma-compressed json string.
 
     Decompresses a json compatible python object which is casted from bytes to
     string.
-- 
GitLab