summaryrefslogtreecommitdiff
path: root/src/distutils2/depgraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/depgraph.py')
-rw-r--r--src/distutils2/depgraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/depgraph.py b/src/distutils2/depgraph.py
index 75bc4d3..34fc1df 100644
--- a/src/distutils2/depgraph.py
+++ b/src/distutils2/depgraph.py
@@ -1,5 +1,5 @@
-"""Analyse the relationships between the distributions in the system and generate
-a dependency graph.
+"""Analyse the relationships between the distributions in the system
+and generate a dependency graph.
"""
from distutils2.errors import DistutilsError