diff --git a/pysrc/requirements/fragment.py b/pysrc/requirements/fragment.py index 4a4c0b1..c28a4d7 100644 --- a/pysrc/requirements/fragment.py +++ b/pysrc/requirements/fragment.py @@ -11,7 +11,7 @@ def parse_fragment(fragment_string): - """Takes a fragment string nd returns a dict of the components""" + """Takes a fragment string and returns a dict of the components""" fragment_string = fragment_string.lstrip('#') try: