Skip to content

Commit dd0c70f

Browse files
committed
Fix typo in objobject.
1 parent 8f3b62b commit dd0c70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objobject.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn object_dict_setter(
213213
vm: &VirtualMachine,
214214
) -> PyResult {
215215
Err(vm.new_not_implemented_error(
216-
"Setting __dict__ attribute on am object isn't yet implemented".to_string(),
216+
"Setting __dict__ attribute on an object isn't yet implemented".to_string(),
217217
))
218218
}
219219

0 commit comments

Comments
 (0)