From 9986def6dbde25d354de7a3655ff6c6bfc8cb925 Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Mon, 4 Mar 2019 21:34:56 +0000 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a50ea39..521c08cf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ instead. To avoid feature bloat, any new features for `typed_ast` should have the potential to be broadly useful and not be built just for one niche usecase or in a manner such that only one project can use them. -### Incompatabilities +### Incompatibilities For the purposes of *consuming* syntax trees, this should be a drop-in replacement. It is not a drop-in replacement for users that wish to create or transform ASTs,