Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8ed45d

Browse files
committed
fixes
1 parent 9164a1b commit a8ed45d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/starting/install3/linux.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@ If you're using another version of Ubuntu (e.g. the latest LTS release), we reco
2525
Working with Python 3
2626
---------------------
2727

28-
At this point, you have the system Python 2.7 available, potentially the
29-
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
30-
version of Python 3 as well.
28+
At this point, you may have system Python 2.7 available as well.
3129

3230
.. code-block:: console
3331
3432
$ python
3533
36-
will launch the Python 2 interpreter.
34+
This will launch the Python 2 interpreter.
3735

3836
.. code-block:: console
3937
4038
$ python3
4139
40+
This will launch the Python 3 interpreter.
4241

4342
Setuptools & Pip
4443
----------------

docs/starting/install3/win.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ makes it much easier for you to use other third-party Python libraries.
4444
Working with Python 3
4545
---------------------
4646

47-
At this point, you have the system Python 2.7 available, potentially the
48-
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
49-
version of Python 3 as well.
47+
At this point, you may also have Python 2.7 installed.
5048

5149
.. code-block:: console
5250
5351
$ python
5452
55-
will launch the Python 2 interpreter.
53+
This will launch the Python 2 interpreter.
5654

5755
.. code-block:: console
5856
5957
$ python3
6058
59+
This will launch the Python 3 interpreter.
60+
6161

6262
Setuptools + Pip
6363
----------------

0 commit comments

Comments
 (0)