Skip to content

Commit

Permalink
Update sympy/solvers/solvers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smichr committed Aug 18, 2022
1 parent 9e57c20 commit 54a22e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sympy/solvers/solvers.py
Expand Up @@ -518,8 +518,8 @@ def solve(f, *symbols, **flags):
>>> solve(x + exp(x), x, implicit=True)
[-exp(x)]
It is possible to solve for anything that can be targeted with
:func:`~.subs`:
It is possible to solve for anything that can be replaced with
a symbol in an expression:
>>> solve(x + 2 + sqrt(3), x + 2)
[-sqrt(3)]
Expand Down

0 comments on commit 54a22e5

Please sign in to comment.