Use literal syntax in origin property (#119029)

This commit is contained in:
Rafael Fontenelle 2024-05-16 02:13:47 -03:00 committed by GitHub
parent 4d3ef8056a
commit 66b73e9724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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