Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 6, 2024
1 parent faff003 commit a65a9f4
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 @@ -451,7 +451,7 @@ def read_from_distribution(dist: Distribution) -> VCSData | ArchiveData | DirDat
dist(importlib_metadata.Distribution): The package distribution.
Returns:
The parsed PEP 610 file.
The parsed PEP 610 data.
>>> import importlib.metadata
>>> dist = importlib.metadata.distribution("pep610")
Expand Down

0 comments on commit a65a9f4

Please sign in to comment.