Skip to content

Commit 13654b2

Browse files
rffontenelleestyxx
authored andcommitted
Use literal syntax in origin property (python#119029)
1 parent 88cbd11 commit 13654b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ instance::
343343
>>> dist.metadata['License'] # doctest: +SKIP
344344
'MIT'
345345

346-
For editable packages, an origin property may present :pep:`610`
346+
For editable packages, an ``origin`` property may present :pep:`610`
347347
metadata::
348348

349349
>>> dist.origin.url

0 commit comments

Comments
 (0)