@@ -59,14 +59,14 @@ encouraged to start normalizing those fields.
5959
6060.. note ::
6161
62- The ``.dist-info `` directory's name is formatted to unambigiously represent
62+ The ``.dist-info `` directory's name is formatted to unambiguously represent
6363 a distribution as a filesystem path. Tools presenting a distribution name
6464 to a user should avoid using the normalized name, and instead present the
6565 specified name (when needed prior to resolution to an installed package),
6666 or read the respective fields in Core Metadata, since values listed there
6767 are unescaped and accurately reflect the distribution. Libraries should
6868 provide API for such tools to consume, so tools can have access to the
69- unnormalized name when displaying distrubution information.
69+ unnormalized name when displaying distribution information.
7070
7171This ``.dist-info `` directory may contain the following files, described in
7272detail below:
@@ -234,7 +234,7 @@ packages into a Python environment to ensure that other tools are not used to
234234uninstall or otherwise modify that installed package, as doing so may cause
235235compatibility problems with the wider environment.
236236
237- To achieve this, affected tools should take the folllowing steps:
237+ To achieve this, affected tools should take the following steps:
238238
239239* Rename or remove the ``RECORD `` file to prevent changes via other tools (e.g.
240240 appending a suffix to create a non-standard ``RECORD.tool `` file if the tool
@@ -251,4 +251,4 @@ ensuring both locations appear on the default Python import path).
251251
252252In some circumstances, it may be desirable to block even installation of
253253additional packages via Python-specific tools. For these cases refer to
254- :ref: `externally-managed-environments `
254+ :ref: `externally-managed-environments `
0 commit comments