summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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