| Index: checkdeps/graphdeps.py
|
| diff --git a/checkdeps/graphdeps.py b/checkdeps/graphdeps.py
|
| index b8b4c755c1648cf5fe32dabe60f96174d4ee9d7a..aff3c765c8f9626f0150d2533a81a0efb3822eac 100755
|
| --- a/checkdeps/graphdeps.py
|
| +++ b/checkdeps/graphdeps.py
|
| @@ -12,7 +12,7 @@ dependencies, including answering questions such as "if a new source must
|
| depend on modules A, B, and C, what valid options among the existing modules
|
| are there to put it in."
|
|
|
| -See builddeps.py for a detailed description of the DEPS format.
|
| +See README.md for a detailed description of the DEPS format.
|
| """
|
|
|
| import os
|
|
|