summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-08-27 08:28:29 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-08-27 08:28:29 +0200
commit75041cbb5eeb84a162113eafb813beb008d74963 (patch)
tree934eb1e4a2a6bf557d22c2de0e43c7360b6e1872 /debian/control
parentb7fcbc4875a23224f5d95cb6b8708b1d8e0b334a (diff)
downloadastroid-git-75041cbb5eeb84a162113eafb813beb008d74963.tar.gz
0.19.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 23288ee8..a49a0e27 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0-1)
XB-Python-Version: ${python:Versions}
Description: extend Python's abstract syntax tree (AST)
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 (Python <= 2.4)
or in the builtin _ast module (Python >= 2.5) with some additional