Skip to content

Commit 2db0511

Browse files
authored
Fix typo in CONTRIBUTING.md (#11474)
Fixes #11473
1 parent fbf2188 commit 2db0511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd mypy
2727
2828
# Create then activate a virtual environment
2929
python3 -m venv venv
30-
source venv/bin/actiate
30+
source venv/bin/activate
3131
3232
# Install the test requirements and the project
3333
python3 -m pip install -r test-requirements.txt

0 commit comments

Comments
 (0)