From 0de4de650d3b37516100ce38b2c9c3b0a8fa2c76 Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Tue, 5 Mar 2019 00:58:20 +0000 Subject: [PATCH] Fix typo in README (#98) --- 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,