https://github.com/python/cpython/commit/bca7fb0e7af8c357d4327d76ed5393d8bfa21d92 commit: bca7fb0e7af8c357d4327d76ed5393d8bfa21d92 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-05-16T05:30:33Z summary:
[3.13] Use literal syntax in origin property (GH-119029) (#119083) Use literal syntax in origin property (GH-119029) (cherry picked from commit 66b73e9724fc376715ae264c8282dc1e981e4f17) Co-authored-by: Rafael Fontenelle <[email protected]> files: M Doc/library/importlib.metadata.rst diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 674ce5807fdf11..9c0879f5ca850f 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
