Skip to content

Commit

Permalink
DOC: Fix typo in developer's guide (#52356)
Browse files Browse the repository at this point in the history
Fix typo in developer's guide
  • Loading branch information
assafam committed Apr 2, 2023
1 parent d69eaae commit 7ee7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ If using :ref:`mamba <contributing.mamba>`, do::
If using :ref:`pip <contributing.pip>` , do::

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

Tips for a successful pull request
==================================
Expand Down

0 comments on commit 7ee7453

Please sign in to comment.