We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988ae0a commit eb19696Copy full SHA for eb19696
src/sage/rings/ring_extension_element.pyx
@@ -167,7 +167,7 @@ cdef class RingExtensionElement(CommutativeAlgebraElement):
167
if (<RingExtension_generic>self._parent)._import_methods:
168
output = self._backend(*to_backend(args), **to_backend(kwargs))
169
return from_backend(output, self._parent)
170
- return TypeError("this element is not callable")
+ return TypeError("this element is not callable")
171
172
def __dir__(self):
173
"""
0 commit comments