]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Use literal syntax in origin property (GH-119029) (#119083)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 May 2024 05:30:33 +0000 (07:30 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 05:30:33 +0000 (05:30 +0000)
Use literal syntax in origin property (GH-119029)
(cherry picked from commit 66b73e9724fc376715ae264c8282dc1e981e4f17)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/importlib.metadata.rst

index 674ce5807fdf11e5942931ee3b44114c8a6905c3..9c0879f5ca850faad88cae439ce06d2fccbdda2c 100644 (file)
@@ -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