Comment #7 on issue 1977 by mattpap: symbols() gives unexpected behavior when passed a list of length 1
http://code.google.com/p/sympy/issues/detail?id=1977

When changing symbols('xyz') to symbols('x,y,z') I just uniformly changed every occurrence of symbols() and var() to use comma syntax. However, whitespace syntax is allowed as well, so if you prefer it you can still use it (I prefer commas as they are more verbose).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to