From dfe0e4b5acdf479f3e41e710c58218b6baf04f0e Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Sun, 17 Mar 2024 22:28:00 +0300 Subject: Intermediate changes --- contrib/python/python-dateutil/py3/dateutil/rrule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/python-dateutil/py3/dateutil/rrule.py') diff --git a/contrib/python/python-dateutil/py3/dateutil/rrule.py b/contrib/python/python-dateutil/py3/dateutil/rrule.py index b3203393c61..571a0d2bc88 100644 --- a/contrib/python/python-dateutil/py3/dateutil/rrule.py +++ b/contrib/python/python-dateutil/py3/dateutil/rrule.py @@ -182,7 +182,7 @@ class rrulebase(object): # __len__() introduces a large performance penalty. def count(self): """ Returns the number of recurrences in this set. It will have go - trough the whole recurrence, if this hasn't been done before. """ + through the whole recurrence, if this hasn't been done before. """ if self._len is None: for x in self: pass -- cgit v1.3