From 879fa182b7f9f1305bbd353d52df1b91455adb1f Mon Sep 17 00:00:00 2001 From: Dids-Himanshu <36768295+Dids-Himanshu@users.noreply.github.com> Date: Sat, 28 Mar 2020 03:10:58 +0530 Subject: [PATCH] Update google.py There is a small typo in inbox/events/google.py. as per the raised issue. Should read uncommitted rather than uncommited. --- 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)