[PATCH 1/1] Grammar fix

1 просмотр
Перейти к первому непрочитанному сообщению

Aaron Meurer

не прочитано,
17 апр. 2009 г., 17:02:0117.04.2009
– 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

не прочитано,
17 апр. 2009 г., 17:33:5817.04.2009
– sympy-...@googlegroups.com
Ответить всем
Отправить сообщение автору
Переслать
0 новых сообщений