From d6938ad67267d18302efe158339c1efc20afa831 Mon Sep 17 00:00:00 2001 From: MantriHimaVamshi-AidenAI Date: Tue, 3 Feb 2026 16:54:41 +0530 Subject: [PATCH] Fix typo in docstring for parse_fragment function made the "nd" in parse_fragment function to "and" --- pysrc/requirements/fragment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysrc/requirements/fragment.py b/pysrc/requirements/fragment.py index 4a4c0b19..c28a4d7e 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: