We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Error in CONTRIBUTING.md
Under the "Getting Started With Development" Section , I saw that Setup code had an error. Here is the code from documentation :-
# Create then activate a virtual environment python3 -m venv venv source venv/bin/actiate # activate missing 'v'
If this gets accepted as valid issue then am I allowed to fix it?
The text was updated successfully, but these errors were encountered:
Fix typo in CONTRIBUTING.md (#11474)
2db0511
Fixes #11473
Fix typo in CONTRIBUTING.md (python#11474)
8c3854c
Fixes python#11473
Successfully merging a pull request may close this issue.
Documentation
Error in CONTRIBUTING.md
Under the "Getting Started With Development" Section , I saw that Setup code had an error. Here is the code from documentation :-
# Create then activate a virtual environment python3 -m venv venv source venv/bin/actiate # activate missing 'v'
If this gets accepted as valid issue then am I allowed to fix it?
The text was updated successfully, but these errors were encountered: