fixed typo
This commit is contained in:
+1
-1
@@ -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,
|
||||
)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user