Skip to content

Commit f8aad48

Browse files
authored
Genuine bug: "the the"
1 parent bf1841f commit f8aad48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Once you have activated the environment you should make sure the version of the
270270
python -m pip install --upgrade pip
271271
```
272272

273-
Similar to `uv`, once the the environment is active, you can install the package in editable mode, along with both its required dependencies and optional sets of dependencies by running
273+
Similar to `uv`, once the environment is active, you can install the package in editable mode, along with both its required dependencies and optional sets of dependencies by running
274274

275275
```sh
276276
python -m pip install --editable ".[dev,docs,test]"

0 commit comments

Comments
 (0)