summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2020-05-24 16:40:44 -0400
committerWarren Weckesser <warren.weckesser@gmail.com>2020-05-24 16:40:44 -0400
commit50682679d0071f7da8669685cdf18c93349071ad (patch)
treec8cb4d6d89fe29c0b781c920599b0595219fcde7
parentdaffccfa95251024a814139a622feb367e7c74c0 (diff)
downloadnumpy-50682679d0071f7da8669685cdf18c93349071ad.tar.gz
DOC: Fix an obvious mistake in a message printed in doc/Makefile.
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 199a22c34..4bc2bbf5a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -185,7 +185,7 @@ html-scipyorg:
mkdir -p build/html build/doctrees
$(SPHINXBUILD) -t scipyorg -b html $(ALLSPHINXOPTS) build/html-scipyorg $(FILES)
@echo
- @echo "Build finished. The HTML pages are in build/html."
+ @echo "Build finished. The HTML pages are in build/html-scipyorg."
pickle: generate version-check
mkdir -p build/pickle build/doctrees