diff --git a/test/test_module_freetext.py b/test/test_module_freetext.py
index f3cb74638451dea0cca501a7a0a98dd0a891bf6b..99f0e513e7a3ed0bad4fb02d76a9ce2240c60c16 100644
--- a/test/test_module_freetext.py
+++ b/test/test_module_freetext.py
@@ -47,7 +47,7 @@ class TestFreeTextModuleWithSetUp(unittest.TestCase):
         """Type content into body to make it grow, and assert growth."""
         before_width, before_height = self.freetext_module.get_size()
 
-        # make enough newlines into the body to force the module to grow
+        # Make enough newlines into the body to force the module to grow
         # vertically
         for _ in range(30):
             QTest.keyClick(self.freetext_module.text_edit_body, Qt.Key_Enter)