From 16bb0096f515c272a11bd235fe0376af259fc803 Mon Sep 17 00:00:00 2001 From: MajorTanya <39014446+MajorTanya@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:02:05 +0200 Subject: [PATCH] Fix duplicate "the" in pip lock example --- docs/html/cli/pip_lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/cli/pip_lock.rst b/docs/html/cli/pip_lock.rst index 8465df38518..1c4894b1ea4 100644 --- a/docs/html/cli/pip_lock.rst +++ b/docs/html/cli/pip_lock.rst @@ -35,7 +35,7 @@ Options Examples ======== -#. Emit a ``pylock.toml`` for the the project in the current directory +#. Emit a ``pylock.toml`` for the project in the current directory .. tab:: Unix/macOS