summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-14 16:48:26 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-14 16:48:26 +0100
commitdedb0fc5fb17855928adb682a829aff10bbbb92d (patch)
tree16d3f4c44cd0048c4fdd5b0f650ab56b723f89c0 /debian
parente82955b5eee4d93a3860e42f91c9e92c8862a0e5 (diff)
downloadastroid-git-dedb0fc5fb17855928adb682a829aff10bbbb92d.tar.gz
spelling
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f4921aec..9efdf328 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Package: python-logilab-astng
Architecture: all
Depends: ${python:Depends}, python-logilab-common (>= 0.21.0-1)
XB-Python-Version: ${python:Versions}
-Description: extend python's abstract syntax tree
+Description: extend Python's abstract syntax tree
The aim of this module is to provide a common base representation of
- python source code for projects such as pyreverse or pylint.
+ Python source code for projects such as pyreverse or pylint.
.
It extends classes defined in the compiler.ast module with some
additional methods and attributes. Instance attributes are added by a