From a9463bd8bf937feec18d1d66bc52932fc42a3c32 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 24 Apr 2021 10:53:04 -0400 Subject: Use descriptor for PEP 566 --- Doc/library/importlib.metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 6a14766041..b41b83649e 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -171,7 +171,7 @@ the values are returned unparsed from the distribution metadata:: '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' ``PackageMetadata`` also presents a ``json`` attribute that returns -all the metadata in a JSON-compatible form per PEP 566:: +all the metadata in a JSON-compatible form per :PEP:`566`:: >>> wheel_metadata.json['requires_python'] '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' -- cgit v1.2.1