mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
||||
'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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue