[PATCH 1/1] Grammar fix

已查看 1 次
跳至第一个未读帖子

Aaron Meurer

未读,
2009年4月17日 17:02:012009/4/17
收件人 sympy-...@googlegroups.com、Aaron Meurer
---
sympy/solvers/solvers.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sympy/solvers/solvers.py b/sympy/solvers/solvers.py
index 1cf6747..d7e900a 100644
--- a/sympy/solvers/solvers.py
+++ b/sympy/solvers/solvers.py
@@ -246,7 +246,7 @@ def solve(f, *symbols, **flags):
elif strategy == -1:
raise Exception('Could not parse expression %s' % f)
else:
- raise NotImplementedError("No algorithms where implemented to solve equation %s" % f)
+ raise NotImplementedError("No algorithms are implemented to solve equation %s" % f)

if flags.get('simplified', True):
return map(simplify, result)
--
1.6.2

Vinzent Steinberg

未读,
2009年4月17日 17:33:582009/4/17
收件人 sympy-...@googlegroups.com
回复全部
回复作者
转发
0 个新帖子