File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,10 @@ Distribution metadata
227
227
.. class :: PackageMetadata
228
228
229
229
A concrete implementation of the
230
- `PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata >`_.
230
+ `PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata >`_.
231
231
232
- In addition to providing the defined protocol methods and attributes, subscripting
233
- the instance is equivalent to calling the :meth: `!get ` method.
232
+ In addition to providing the defined protocol methods and attributes, subscripting
233
+ the instance is equivalent to calling the :meth: `!get ` method.
234
234
235
235
Every `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package >`_
236
236
includes some metadata, which you can extract using the :func: `!metadata ` function::
You can’t perform that action at this time.
0 commit comments