Skip to content

Commit 014f014

Browse files
authoredApr 25, 2025
Update src/array_api_extra/_lib/_utils/_helpers.py
1 parent 0a0c817 commit 014f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def pickle_flatten(
408408

409409
class Pickler(pickle.Pickler): # numpydoc ignore=GL08
410410
"""
411-
Use the `pickle.Pickler.persistent_id` hook to extractt objects.
411+
Use the `pickle.Pickler.persistent_id` hook to extract objects.
412412
"""
413413

414414
@override

0 commit comments

Comments
 (0)