Skip to content

Commit b536be7

Browse files
committed
Attempting to fix docstyle
1 parent 9d4b786 commit b536be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def cost_normalization(C, norm=None):
189189
elif norm == "loglog":
190190
C = np.log1p(np.log1p(C))
191191
else:
192-
raise ValueError(f'Norm {norm} is not a valid option. '
192+
raise ValueError(f'Norm {norm} is not a valid option.\n'
193193
f'Valid options are:\n'
194194
f'median, max, log, loglog')
195195
return C

0 commit comments

Comments
 (0)