Remove extraneous string accidentally inserted while debugging.

This commit is contained in:
Jerry James 2015-11-20 17:12:24 -07:00
parent ed4d3a454d
commit 1109279006
1 changed files with 0 additions and 3 deletions

View File

@ -110,9 +110,6 @@ cp -a . %{py3dir}
sed -e 's/SyntaxError/&, TypeError/' \
-e 's/unbound method/contains() missing 1 required positional argument/' \
-i.orig %{py3dir}/sympy/core/sympify.py
TypeError: contains() missing 1 required positional argument: 'expr'
fixtimestamp %{py3dir}/sympy/core/sympify.py
# Handle two changes in an error message in python 3.5