mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
[3.13] Use literal syntax in origin property (GH-119029) (#119083)
Use literal syntax in origin property (GH-119029) (cherry picked from commit 66b73e9724fc376715ae264c8282dc1e981e4f17) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
7c224dd4cc
commit
bca7fb0e7a
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