Skip to content

Commit cd2ca30

Browse files
committed
Remove one more "induced"
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 553f13e commit cd2ca30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0817.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ possible. :pep:`694` proposes adding such a mechanism for multiple
274274
wheels within a single package, but extending it to multiple packages is
275275
not a goal.
276276

277-
**Induced Security Risk:** proliferation of suffixed variant packages
277+
**Security Risk:** proliferation of suffixed variant packages
278278
leads users to expect these suffixes in other packages, making name
279279
squatting much easier. For example, one could create a malicious
280280
``numpy-cuda`` package that users will be lead to believe it's a CUDA
@@ -738,7 +738,7 @@ it:
738738
contains too many components. Example:
739739

740740
.. code-block:: text
741-
741+
742742
numpy-2.3.2-1-cp313-cp313t-musllinux_1_2_x86_64-x86_64_v3.whl
743743
^^^^^^^^^^
744744
@@ -748,7 +748,7 @@ it:
748748
the filename is considered invalid. Example:
749749

750750
.. code-block:: text
751-
751+
752752
numpy-2.3.2-cp313-cp313t-musllinux_1_2_x86_64-x86_64_v3.whl
753753
^^^^^
754754

0 commit comments

Comments
 (0)