We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778b8fd commit 03f0e71Copy full SHA for 03f0e71
stdlib/src/array.rs
@@ -5,7 +5,7 @@ pub(crate) fn make_module(vm: &VirtualMachine) -> PyObjectRef {
5
6
let array = module
7
.get_attr("array", vm)
8
- .expect("Expect array has arrat type.");
+ .expect("Expect array has array type.");
9
10
// TODO: RUSTPYTHON
11
// FIXME: it should import 'collections.abc' instead of '_collection_abc'
0 commit comments