mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
More typo, grammar, and style fixes
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ pip install --user sphinx
|
||||
|
||||
Then navigate to the directory of the Makefile and ```make build``` or ```make html```. Sphinx will then generate the HTML in a folder called `_build/html/`
|
||||
|
||||
After navigating to this folder, you can then use Python's built in webserver to view your changes locally:
|
||||
After navigating to this folder, you can then use Python's built in web server to view your changes locally:
|
||||
|
||||
``` bash
|
||||
python3 -m http.server
|
||||
|
||||
Reference in New Issue
Block a user