We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8374a1d commit a6f11acCopy full SHA for a6f11ac
doc/source/development/contributing.rst
@@ -221,7 +221,7 @@ You'll need to have at least python3.5 installed on your system.
221
# Use an ENV_DIR of your choice. We'll use ~/virtualenvs/pandas-dev
222
# Any parent directories should already exist
223
python3 -m venv ~/virtualenvs/pandas-dev
224
- # Activate the virtulaenv
+ # Activate the virtualenv
225
. ~/virtualenvs/pandas-dev/bin/activate
226
227
# Install the build dependencies
0 commit comments