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 @@ -229,10 +229,10 @@ Distribution metadata
229
229
.. class :: PackageMetadata
230
230
231
231
A concrete implementation of the
232
- `PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata >`_.
232
+ `PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata >`_.
233
233
234
- In addition to providing the defined protocol methods and attributes, subscripting
235
- the instance is equivalent to calling the :meth: `!get ` method.
234
+ In addition to providing the defined protocol methods and attributes, subscripting
235
+ the instance is equivalent to calling the :meth: `!get ` method.
236
236
237
237
Every `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package >`_
238
238
includes some metadata, which you can extract using the :func: `!metadata ` function::
You can’t perform that action at this time.
0 commit comments