Skip to content

Commit cdd0eb4

Browse files
Typo
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent d39d704 commit cdd0eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Units:
2222
"""
2323

2424
def __new__(cls, *args, **kwargs):
25-
"""Return a new new Units instance."""
25+
"""Return a new Units instance."""
2626
return cfUnits(*args, **kwargs)
2727

2828
@staticmethod

0 commit comments

Comments
 (0)