Skip to content

Commit

Permalink
Fix simple typo: quanitzed -> quantized
Browse files Browse the repository at this point in the history
Closes #180
  • Loading branch information
timgates42 committed Dec 9, 2019
1 parent 11c0d68 commit 669ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def split(self, duration, include_remainder=True):
start += duration

def quantize(self, duration, snap_out=False, timezone="UTC"):
"""Returns a quanitzed interval."""
"""Returns a quantized interval."""
# Convert seconds to timedelta, if appropriate.
duration = _seconds_or_timedelta(duration)
timezone = pytz.timezone(timezone)
Expand Down

0 comments on commit 669ef88

Please sign in to comment.