[3.13] Use literal syntax in origin property (GH-119029) (#119083)

Use literal syntax in origin property (GH-119029)
(cherry picked from commit 66b73e9724)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-05-16 07:30:33 +02:00 committed by GitHub
parent 7c224dd4cc
commit bca7fb0e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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