Skip to content

Commit f10c37d

Browse files
committed
Found one more
1 parent 9074026 commit f10c37d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_learn/01-sphinx-python-rtd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Most people use Virtual Environments because it's a recommended practice when wo
8888
1. Now verify that `python` is now linked to Python 3.
8989
9090
```
91-
(py3-sphinx) $ python -V
91+
(py3-sphinx) $ python3.7 -V
9292
```
9393
9494
```
95-
(py3-sphinx) $ Python 3.7.0
95+
(py3-sphinx) $ Python 3.7.2
9696
```
9797
9898
## Install Sphinx in the Virtual Environment

0 commit comments

Comments
 (0)