Skip to content

Commit 522c189

Browse files
authored
interfaces.rst: Fix typo discovered by codespell
Just a test to understand why tests are failing on: * pypa#5033
1 parent c3f486f commit 522c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ you can still resort to restricting the version of Setuptools to be installed.
147147
This usually includes modifying ``[build-system] requires`` in ``pyproject.toml``
148148
and/or specifying ``pip`` :external+pip:ref:`Constraints Files` via
149149
the ``PIP_CONSTRAINT`` environment variable (or passing |build-constraint-uv|_).
150-
Please avoid however to pre-emptively add version constraints if not necessary,
150+
Please avoid however to preemptively add version constraints if not necessary,
151151
(you can read more about this in https://iscinumpy.dev/post/bound-version-constraints/).
152152

153153
.. |build-constraint-uv| replace:: ``--build-constraint`` to ``uv``

0 commit comments

Comments
 (0)