Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f4c94fc

Browse files
committed
fixed typo
1 parent 946ad3a commit f4c94fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/articles/npy-opt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ These changes integrate direct support of NumPy arrays given as keys to `AutoMap
33

44
Improvements are made in `AutoMap` initialization, whereby an array is converted to a list using optimal array methods; that list is then held as the keys.
55

6-
Improvements are made in `FrozenAutoMap` initialization, whereby an immutable array (for integer, floating point, and flexible dtypes), when given as keys, is held as a reference without copy to a list. Further, hashing and lookup make use of C types, avoiding any management of PyObjects.
6+
Improvements are made in `FrozenAutoMap` initialization, whereby an immutable array (for integer, floating point, and flexible dtypes), when given as keys, is held as a reference without copying to a list. Further, hashing and lookup make use of C types, avoiding any management of PyObjects.
77

88
For array dtypes not explicitly handled, or for non-array keys, `FrozenAutoMap` operation is unchanged. In all cases, hash table layout and scanning, and management of the PyObject integer cache, are the same as before.
99

0 commit comments

Comments
 (0)