mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #181 from timgates42/bugfix/typo_quantized
Fix simple typo: quanitzed -> quantized
This commit is contained in:
+1
-1
@@ -602,7 +602,7 @@ class MayaInterval(object):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user