[PATCH 1/1] Grammar fix

瀏覽次數:1 次
跳到第一則未讀訊息

Aaron Meurer

未讀,
2009年4月17日 下午5: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日 下午5:33:582009/4/17
收件者:sympy-...@googlegroups.com
回覆所有人
回覆作者
轉寄
0 則新訊息