fixed typo

This commit is contained in:
MaxOhn
2022-06-15 17:45:27 +02:00
parent bda0eb2a9c
commit 427cdeaab6
+1 -1
View File
@@ -42,7 +42,7 @@ impl Calculator {
_ => {
return Err(PyTypeError::new_err(format!(
"got an unexpected keyword argument '{}'; \
expexted 'ar', 'cs', 'hp', 'od'",
expected 'ar', 'cs', 'hp', 'od'",
key,
)))
}