Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
and one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed May 7, 2022
1 parent 9bbf574 commit 803804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/structure/list_clone.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ cdef class ClonableArray(ClonableElement):
sage: loads(dumps(el))
[1, 2, 4]
sage: t = el.__reduce__(); t
(<built-in function _make_array_clone>,
(<cyfunction _make_array_clone at ...>,
(<class 'sage.structure.list_clone_demo.IncreasingArray'>,
<sage.structure.list_clone_demo.IncreasingArrays_with_category object at ...>,
[1, 2, 4],
Expand Down

0 comments on commit 803804f

Please sign in to comment.