From 11092790069e826b787734348464d96ca6eedc7e Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 20 Nov 2015 17:12:24 -0700 Subject: [PATCH] Remove extraneous string accidentally inserted while debugging. --- sympy.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/sympy.spec b/sympy.spec index 9e7fe92..95ed14a 100644 --- a/sympy.spec +++ b/sympy.spec @@ -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