]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use literal syntax in origin property (#119029)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Thu, 16 May 2024 05:13:47 +0000 (02:13 -0300)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 05:13:47 +0000 (22:13 -0700)
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