Skip to content

Commit 205e50b

Browse files
rffontenellemiss-islington
authored andcommitted
Use literal syntax in origin property (pythonGH-119029)
(cherry picked from commit 66b73e9) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 7c224dd commit 205e50b

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)