We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dc8980 + 92eea6f commit 4326299Copy full SHA for 4326299
cfunits/units.py
@@ -582,7 +582,7 @@ class Units:
582
>>> u.calendar
583
Traceback (most recent call last):
584
...
585
- AttributeError: Units has no attribute 'calendar'
+ AttributeError: Units has no attribute 'calendar'...
586
>>> v = Units('days since 2000-1-1', 'standard')
587
>>> v.calendar
588
'standard'
@@ -1773,7 +1773,7 @@ def calendar(self):
1773
>>> Units('days since 2001-1-1').calendar
1774
1775
1776
1777
1778
"""
1779
value = self._calendar
0 commit comments