Skip to content

Commit

Permalink
Use literal syntax in origin property (#119029)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed May 16, 2024
1 parent 4d3ef80 commit 66b73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ instance::
>>> dist.metadata['License'] # doctest: +SKIP
'MIT'

For editable packages, an origin property may present :pep:`610`
For editable packages, an ``origin`` property may present :pep:`610`
metadata::

>>> dist.origin.url
Expand Down

0 comments on commit 66b73e9

Please sign in to comment.