Skip to content

Commit 44cb357

Browse files
assafamtopper-123
authored andcommitted
DOC: Fix typo in developer's guide (pandas-dev#52356)
Fix typo in developer's guide
1 parent 9a524af commit 44cb357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ If using :ref:`mamba <contributing.mamba>`, do::
349349
If using :ref:`pip <contributing.pip>` , do::
350350

351351
# activate the virtual environment based on your platform
352-
pythom -m pip install --upgrade -r requirements-dev.txt
352+
python -m pip install --upgrade -r requirements-dev.txt
353353

354354
Tips for a successful pull request
355355
==================================

0 commit comments

Comments
 (0)