Skip to content

Commit

Permalink
add solve_output to explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
smichr committed Aug 14, 2022
1 parent b1f35f8 commit 9cf6a78
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 170 deletions.
3 changes: 2 additions & 1 deletion doc/src/explanation/index.rst
Expand Up @@ -12,9 +12,10 @@ technical implementation details, and opinionated recommendations.
**Content**

.. toctree::
:maxdepth: 2
:maxdepth: 1

gotchas.rst
solve_output.rst
special_topics/index.rst
active-deprecations.md
glossary.md
2 changes: 1 addition & 1 deletion sympy/core/sympify.py
Expand Up @@ -190,7 +190,7 @@ def sympify(a, locals=None, convert_xor=True, strict=False, rational=False,
multi-letter names that are defined in ``abc``).
>>> from sympy.abc import _clash1
>>> set(_clash1)
>>> set(_clash1) # if this fails, see issue #23903
{'E', 'I', 'N', 'O', 'Q', 'S'}
>>> sympify('I & Q', _clash1)
I & Q
Expand Down

0 comments on commit 9cf6a78

Please sign in to comment.