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

Commit

Permalink
src/sage/symbolic/callable.py: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 17, 2021
1 parent ee4bd52 commit b484d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/symbolic/callable.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _coerce_map_from_(self, R):
sage: g.parent().has_coerce_map_from(f.parent())
True
"""
if isinstance(R, CallableSymbolicExpressionRing):
if isinstance(R, CallableSymbolicExpressionRing_class):
args = self.arguments()
if all(a in args for a in R.arguments()):
return True
Expand Down

0 comments on commit b484d51

Please sign in to comment.