Skip to content

Commit 66b73e9

Browse files
authored
Use literal syntax in origin property (#119029)
1 parent 4d3ef80 commit 66b73e9

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)