From 615b1c1717b008df3e30b431cf5942d0bc0f8932 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 19 Dec 2019 20:18:46 +1100 Subject: [PATCH] Fix simple typo: uncommited -> uncommitted Closes #465 --- inbox/events/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox/events/google.py b/inbox/events/google.py index eacd90e90..88a88089f 100644 --- a/inbox/events/google.py +++ b/inbox/events/google.py @@ -90,7 +90,7 @@ def sync_events(self, calendar_uid, sync_from_time=None): Returns ------- - A list of uncommited Event instances. + A list of uncommitted Event instances. """ updates = [] items = self._get_raw_events(calendar_uid, sync_from_time)