Skip to content

Commit f772d45

Browse files
Update machine_learning/linear_discriminant_analysis.py
Co-authored-by: Dhruv Manilawala <[email protected]>
1 parent 8429db6 commit f772d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/linear_discriminant_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def valid_input(
272272
if condition(user_input):
273273
return user_input
274274
else:
275-
print(f"Your entered value is {user_input}. {err_msg}")
275+
print(f"{user_input}: {err_msg}")
276276
continue
277277
except ValueError:
278278
print("Your entered value is not numerical!")

0 commit comments

Comments
 (0)