fix README.md

change 'Exception' to 'Expressions'
This commit is contained in:
Andrey Antipov 2018-12-07 20:38:56 +04:00 committed by GitHub
parent 8ff87fe571
commit 4d20c4e602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ and `scipy` it is modular and has a lightweight core.
on arrays and numbers just like it works in python (with benefit of static type checking). on arrays and numbers just like it works in python (with benefit of static type checking).
* **Expressions** Expressions are one of the ultimate goals of kmath. It is planned to be able to write some mathematical * **Expressions** Expressions are one of the ultimate goals of kmath. It is planned to be able to write some mathematical
expression once an then apply it to different types of objects by providing different context. Exception could be used expression once an then apply it to different types of objects by providing different context. Expressions could be used
for a wide variety of purposes from high performance calculations to code generation. for a wide variety of purposes from high performance calculations to code generation.
## Planned features ## Planned features