Skip to content

Commit 2f87b7c

Browse files
committed
docs: fix duplicated "the" in install/dependencies
Signed-off-by: Mira Sato <275437409+oab24413gmai@users.noreply.github.com>
1 parent ca9f6bf commit 2f87b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Python
232232

233233
``pip`` normally builds packages using :external+pip:doc:`build isolation <reference/build-system>`,
234234
which means that ``pip`` installs the dependencies listed here for the
235-
duration of the build process. However, build isolation is disabled via the the
235+
duration of the build process. However, build isolation is disabled via the
236236
:external+pip:ref:`--no-build-isolation <install_--no-build-isolation>` flag
237237
when :ref:`installing Matplotlib for development <development-install>`, which
238238
means that the dependencies must be explicitly installed, either by :ref:`creating a virtual environment <dev-environment>`

0 commit comments

Comments
 (0)