Skip to content

Commit

Permalink
Fix simple typo: uncommited -> uncommitted
Browse files Browse the repository at this point in the history
Closes nylas#465
  • Loading branch information
timgates42 committed Dec 19, 2019
1 parent b91b94b commit 615b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inbox/events/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 615b1c1

Please sign in to comment.