Skip to content

Commit ba8e25d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0563d47 commit ba8e25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/how-tos/how-to-create-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ needed dependencies for a project.
2525
### Set up a virtual environment with venv
2626

2727
With venv to create environment associated with a project folder called `science`.
28-
First, navigate into the `science` project folder. Next, execute:
28+
First, navigate into the `science` project folder. Next, execute:
2929

3030
```shell
3131
python -m venv

0 commit comments

Comments
 (0)