mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Use literal syntax in origin property (#119029)
This commit is contained in:
parent
4d3ef8056a
commit
66b73e9724
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ instance::
|
||||||
>>> dist.metadata['License'] # doctest: +SKIP
|
>>> dist.metadata['License'] # doctest: +SKIP
|
||||||
'MIT'
|
'MIT'
|
||||||
|
|
||||||
For editable packages, an origin property may present :pep:`610`
|
For editable packages, an ``origin`` property may present :pep:`610`
|
||||||
metadata::
|
metadata::
|
||||||
|
|
||||||
>>> dist.origin.url
|
>>> dist.origin.url
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue