From 07806244501f9e4a03f674a48d3ae71564c62b65 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 6 Aug 2022 15:08:51 +0200 Subject: [PATCH] Time: Fix typo --- plugins/Time/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Time/test.py b/plugins/Time/test.py index a0127f34c..09bd6a7de 100644 --- a/plugins/Time/test.py +++ b/plugins/Time/test.py @@ -89,7 +89,7 @@ class TimeTestCase(PluginTestCase): self.assertResponse('seconds 1w 1s', '604801') @skipIf(sys.version_info < (3, 7, 0), - "Python 3.6 does not support emptypattern matches, see: " + "Python 3.6 does not support empty pattern matches, see: " "https://docs.python.org/3/library/re.html#re.split") def testSecondsNoSpace(self): self.assertResponse('seconds 1m1s', '61')