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 c324d19 commit a9c1d86Copy full SHA for a9c1d86
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