Skip to content
Snippets Groups Projects
Commit bcee5913 authored by Christoph Groth's avatar Christoph Groth
Browse files

clarify expression in docstring

parent 1058bb83
No related branches found
No related tags found
No related merge requests found
......@@ -111,10 +111,10 @@ def sympify(expr, locals=None):
Expression to be converted to a SymPy object.
locals : dict or ``None`` (default)
Additional entries for the namespace under which `expr` is sympified.
The keys must be valid Python identifiers and may not be Python
keywords. The values may be strings, since they are all are sent
through `continuum.sympify` themselves before use. (Note that this is
a difference to how ``sympy.sympify`` behaves.)
The keys must be valid Python variable names. The values may be
strings, since they are all are sent through `continuum.sympify`
themselves before use. (Note that this is a difference to how
``sympy.sympify`` behaves.)
.. note::
When a value of `locals` is already a SymPy object, it is used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment