Fix typo in README. Closes #92

This commit is contained in:
Timo Furrer
2017-07-28 10:00:06 +02:00
committed by GitHub
parent bbdb9b8762
commit 1694ed7cf8
+1 -1
View File
@@ -74,7 +74,7 @@ Behold, datetimes for humans!
UTC
# Range of hours in a day:
>>> maya.interval(start=maya.now(), end=maya.now().add(days=1), interval=60*60)
>>> maya.intervals(start=maya.now(), end=maya.now().add(days=1), interval=60*60)
<generator object intervals at 0x105ba5820>
☤ Advanced Usage of Maya