From b64709f9a4ca53b71614cd183b939392e016cf69 Mon Sep 17 00:00:00 2001 From: zyd Date: Thu, 16 Jun 2022 21:14:42 +0900 Subject: [PATCH] change is to Is --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ee95d..2c83fd4 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ R.equals(float('nan'), float('nan')) # True - [ ] invert - [ ] invertObj - [x] 0.1.2 invoker -- [x] is +- [x] Is (`is` is a keyword in python) This is a language specific feature. So we check all python built-in types as many as we can.