Skip to content

Commit

Permalink
Make this PR mergeable with #37420
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Mar 31, 2024
1 parent d04c13a commit 867ece7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/integer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -7476,7 +7476,7 @@ cdef class int_to_Z(Morphism):
from sage.sets.pythonclass import Set_PythonType
Morphism.__init__(self, sage.categories.homset.Hom(Set_PythonType(int), integer_ring.ZZ))

cpdef Element _call_(self, a):
cpdef Element _call_(self, a) noexcept:
"""
Return a new integer with the same value as ``a``.
Expand Down

0 comments on commit 867ece7

Please sign in to comment.