From 8d9c11b06592036a0d7332ee21f2d76495a0b86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Wed, 31 Jan 2024 01:16:52 -0600 Subject: [PATCH] Update docstring --- src/pep610/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pep610/__init__.py b/src/pep610/__init__.py index 6d5b239..7b61724 100644 --- a/src/pep610/__init__.py +++ b/src/pep610/__init__.py @@ -344,7 +344,7 @@ def read_from_distribution(dist: Distribution) -> VCSData | ArchiveData | DirDat def is_editable(distribution_name: str) -> bool: - """Is the distribution editable? + """Wrapper around :func:`read_from_distribution` to check if a distribution is editable. Args: distribution_name: The distribution name.