Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent 4a1979a commit faffc1c
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 faffc1c

Please # to comment.