Skip to content

Commit

Permalink
src/sage/numerical/linear_functions.pyx: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 10, 2024
1 parent 10c751f commit 9a04dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/numerical/linear_functions.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ cpdef is_LinearFunction(x):
sage: is_LinearFunction(x[0] - 2*x[2])
doctest:warning...
DeprecationWarning: The function is_LinearFunction is deprecated;
use 'isinstance(..., LinearFunction)' instead.
use 'isinstance(..., LinearFunction)' instead.
See https://github.com/sagemath/sage/issues/38184 for details.
True
sage: is_LinearFunction('a string')
Expand Down

0 comments on commit 9a04dcb

Please sign in to comment.