Skip to content

Commit 23e7127

Browse files
Apply suggestions from code review
Co-authored-by: Dhruv Manilawala <[email protected]>
1 parent f772d45 commit 23e7127

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
@@ -275,7 +275,7 @@ def valid_input(
275275
print(f"{user_input}: {err_msg}")
276276
continue
277277
except ValueError:
278-
print("Your entered value is not numerical!")
278+
print(f"{user_input}: Incorrect input type, expected {input_type.__name__!r}")
279279

280280

281281
# Main Function

0 commit comments

Comments
 (0)