From fc1d7c00ecd4b9798803df0e8d1a698567b76e09 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Mon, 23 Nov 2009 14:29:28 +0100 Subject: include Dotan Barak spell fixes patch --- __pkginfo__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__pkginfo__.py') diff --git a/__pkginfo__.py b/__pkginfo__.py index 0a86157..4912323 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -42,13 +42,13 @@ short_desc = "extend python's abstract syntax tree" long_desc = """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. It extends class defined in the compiler.ast [1] module (python <= 2.4) or in the builtin _ast module (python >= 2.5) with some additional methods and attributes. Instance attributes are added by a builder object, which can either -generate extended ast (let's call them astng ;) by visiting an existant ast +generate extended ast (let's call them astng ;) by visiting an existent ast tree or by inspecting living object. Methods are added by monkey patching ast classes.""" -- cgit v1.2.1