Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2024
1 parent 6651cc1 commit 8d9c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pep610/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d9c11b

Please # to comment.