Skip to content

Commit 57fcf96

Browse files
authored
GH-92584: Remove reference to Distutils in cx_Freeze's description (#108047)
Remove reference to Distutils in ``cx_Freeze``'s description
1 parent 199438b commit 57fcf96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,8 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger.
12461246
cx_Freeze
12471247
---------
12481248

1249-
`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ is a ``distutils``
1250-
extension which wraps Python scripts into executable Windows programs
1249+
`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_
1250+
wraps Python scripts into executable Windows programs
12511251
(:file:`{*}.exe` files). When you have done this, you can distribute your
12521252
application without requiring your users to install Python.
12531253

0 commit comments

Comments
 (0)