summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:29:28 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:29:28 +0100
commitfc1d7c00ecd4b9798803df0e8d1a698567b76e09 (patch)
tree45349b9bbc744e69a62ad463fc5596fabebddb9e /README
parent44df088ab01563758097794dd6361bd6c406e009 (diff)
downloadastroid-fc1d7c00ecd4b9798803df0e8d1a698567b76e09.tar.gz
include Dotan Barak spell fixes patch
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1e38481..ff33afb 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ What's this ?
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
-pylint... Well, actually the development of this library is essentialy
+pylint... Well, actually the development of this library is essentially
governed by pylint's needs.
Since 0.18, it provides a compatible representation which may come
@@ -16,7 +16,7 @@ from the `compiler` module (for python <= 2.4) pr the `_ast` module
It extends bare node classes with some additional methods and
attributes. Instance attributes are added by a builder object, which
can generate extended ast (let's call them astng ;) by visiting either
-an existant ast tree or by inspecting living object. Methods are added
+an existent ast tree or by inspecting living object. Methods are added
by monkey patching ast classes. Finally some support for static
inference is provided.