From 4d20c4e6021f96ff3aa486fe3bbd89f291c73ac3 Mon Sep 17 00:00:00 2001 From: Andrey Antipov Date: Fri, 7 Dec 2018 20:38:56 +0400 Subject: [PATCH] fix README.md change 'Exception' to 'Expressions' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607cda1bf..63526480e 100644 --- a/README.md +++ b/README.md @@ -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). * **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. ## Planned features -- 2.34.1