diff --git a/map/cool_module.py b/map/cool_module.py
index dc41ad7e9ecdaa04df9d18c97cf19ffc8c9c0a88..bd9416c291b7ed52a278bc6966f2dac155e4aa05 100644
--- a/map/cool_module.py
+++ b/map/cool_module.py
@@ -2,5 +2,5 @@
 
 
 def greeter():
-    """ Prints a nice message """
+    """Prints a nice message"""
     print("Hello World!")