Skip to content

Commit a9463bd

Browse files
committed
Use descriptor for PEP 566
1 parent 0e40702 commit a9463bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ the values are returned unparsed from the distribution metadata::
171171
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
172172

173173
``PackageMetadata`` also presents a ``json`` attribute that returns
174-
all the metadata in a JSON-compatible form per PEP 566::
174+
all the metadata in a JSON-compatible form per :PEP:`566`::
175175

176176
>>> wheel_metadata.json['requires_python']
177177
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'

0 commit comments

Comments
 (0)