We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9074026 commit f10c37dCopy full SHA for f10c37d
1 file changed
_learn/01-sphinx-python-rtd.md
@@ -88,11 +88,11 @@ Most people use Virtual Environments because it's a recommended practice when wo
88
1. Now verify that `python` is now linked to Python 3.
89
90
```
91
- (py3-sphinx) $ python -V
+ (py3-sphinx) $ python3.7 -V
92
93
94
95
- (py3-sphinx) $ Python 3.7.0
+ (py3-sphinx) $ Python 3.7.2
96
97
98
## Install Sphinx in the Virtual Environment
0 commit comments