Skip to content

Commit 1c94527

Browse files
committed
chore: fix typo
1 parent 9c4a9df commit 1c94527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/scripts/setup-venv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Script responsible for first time setup of the project's venv.
22
3-
Since this a first time setup script, we intentionally only use builtin Python dependencies.
3+
Since this is a first time setup script, we intentionally only use builtin Python dependencies.
44
"""
55

66
import argparse

0 commit comments

Comments
 (0)