We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39d704 commit cdd0eb4Copy full SHA for cdd0eb4
cf/units.py
@@ -22,7 +22,7 @@ class Units:
22
"""
23
24
def __new__(cls, *args, **kwargs):
25
- """Return a new new Units instance."""
+ """Return a new Units instance."""
26
return cfUnits(*args, **kwargs)
27
28
@staticmethod
0 commit comments