We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e141b2c commit 3b60dfcCopy full SHA for 3b60dfc
docs/Makefile
@@ -167,7 +167,7 @@ watch:
167
serve:
168
@echo '=============================================================='
169
@echo
170
- @echo 'docs server running at http://localhost${HTTP_PORT}/'
+ @echo 'docs server running at http://localhost:${HTTP_PORT}/'
171
172
173
@if test ${PYVERSION} -eq 2; then $(MAKE) serve_py2; else make serve_py3; fi
0 commit comments