diff options
Diffstat (limited to 'registry/parse_dependency.py')
-rwxr-xr-x | registry/parse_dependency.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/registry/parse_dependency.py b/registry/parse_dependency.py index 5d20495..28ead67 100755 --- a/registry/parse_dependency.py +++ b/registry/parse_dependency.py @@ -31,7 +31,8 @@ # - ',' as OR connector # - parenthesization for grouping -# Based on https://github.com/pyparsing/pyparsing/blob/master/examples/fourFn.py +# Based on `examples/fourFn.py` from the +# https://github.com/pyparsing/pyparsing/ repository. from pyparsing import ( Literal, |