Skip to content

Commit 949921c

Browse files
authored
Add missing whitespaces to pip install cmds
1 parent e467511 commit 949921c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/dropping-older-python-versions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Steps:
6363

6464
.. code-block:: bash
6565
66-
python3 -m pip install --upgrade setuptools twine
66+
python3 -m pip install  --upgrade setuptools twine
6767
6868
.. tab:: Windows
6969

7070
.. code-block:: bash
7171
72-
py -m pip install --upgrade setuptools twine
72+
py -m pip install  --upgrade setuptools twine
7373
7474
`setuptools` version should be above 24.0.0.
7575

0 commit comments

Comments
 (0)