Skip to content

Commit 36d1b0f

Browse files
committed
DOC: fix two typos in contribution documentation
1 parent 65d1b62 commit 36d1b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ We'll now kick off a three-step process:
170170
171171
# Create and activate the build environment
172172
conda env create -f ci/environment-dev.yaml
173-
conda activate pandas-dev
173+
source activate pandas-dev
174174
175175
# Build and install pandas
176176
python setup.py build_ext --inplace -j 4
@@ -456,7 +456,7 @@ Here are *some* of the more common ``cpplint`` issues:
456456
- we restrict line-length to 80 characters to promote readability
457457
- every header file must include a header guard to avoid name collisions if re-included
458458

459-
:ref:`Continuous Integration <contributing.ci>`. will run the
459+
:ref:`Continuous Integration <contributing.ci>` will run the
460460
`cpplint <https://pypi.python.org/pypi/cpplint>`_ tool
461461
and report any stylistic errors in your code. Therefore, it is helpful before
462462
submitting code to run the check yourself::

0 commit comments

Comments
 (0)