From 37048cbd903f8a80634eddecf39622f384f53042 Mon Sep 17 00:00:00 2001 From: Shantanu Biswas <155043274+shantanucoder@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:13:15 +0530 Subject: [PATCH] Update setup.py clear clarification about the code below the docs string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b825adb44..b245dc6ae 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def read_description(): "//readthedocs.org/projects/python-chess/badge/?version=latest", "//readthedocs.org/projects/python-chess/badge/?version=v{}".format(chess.__version__)) - # Remove doctest comments. + # Remove doctest-specific comments from the README for cleaner output. description = re.sub(r"\s*# doctest:.*", "", description) return description