Skip to content

Commit

Permalink
Merge pull request #181 from timgates42/bugfix/typo_quantized
Browse files Browse the repository at this point in the history
Fix simple typo: quanitzed -> quantized
  • Loading branch information
timofurrer committed Dec 9, 2019
2 parents 11c0d68 + 669ef88 commit ff2a417
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 ff2a417

Please sign in to comment.