Skip to content

Commit 34a2f84

Browse files
authored
Fix typos in Recording installed packages spec
1 parent 1a61586 commit 34a2f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/recording-installed-packages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ packages into a Python environment to ensure that other tools are not used to
234234
uninstall or otherwise modify that installed package, as doing so may cause
235235
compatibility 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
@@ -246,7 +246,7 @@ To achieve this, affected tools should take the folllowing steps:
246246

247247
Python runtime providers may also prevent inadvertent modification of platform
248248
provided packages by modifying the default Python package installation scheme
249-
to use a location other than that used by platform provided packages (while also
249+
to use a location other than that used by distribution packages (while also
250250
ensuring both locations appear on the default Python import path).
251251

252252
In some circumstances, it may be desirable to block even installation of

0 commit comments

Comments
 (0)