Skip to content

Commit

Permalink
[3.13] Use literal syntax in origin property (GH-119029) (#119083)
Browse files Browse the repository at this point in the history
Use literal syntax in origin property (GH-119029)
(cherry picked from commit 66b73e9)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
  • Loading branch information
miss-islington and rffontenelle committed May 16, 2024
1 parent 7c224dd commit bca7fb0
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 bca7fb0

Please sign in to comment.