diff --git a/maya.py b/maya.py index 9820220..45ab93f 100644 --- a/maya.py +++ b/maya.py @@ -79,10 +79,10 @@ class MayaDT(object): def epoch(self): return self._epoch - def human_date(self): + def slang_date(self): return humanize.naturaldate(self.datetime()) - def human_time(self): + def slang_time(self): return humanize.naturaldate(self.datetime()) def rfc2822(self):