summaryrefslogtreecommitdiff
path: root/doc/sphinxext/autosummary.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinxext/autosummary.py')
-rw-r--r--doc/sphinxext/autosummary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/autosummary.py b/doc/sphinxext/autosummary.py
index f7e9a1291..48443a26b 100644
--- a/doc/sphinxext/autosummary.py
+++ b/doc/sphinxext/autosummary.py
@@ -62,7 +62,7 @@ from sphinx.util import patfilter
from docscrape_sphinx import get_doc_object
import warnings
-warnings.warn("This autosummary extension will be eventually moved to "
+warnings.warn("The numpydoc.autosummary extension will be eventually moved to "
"sphinx.ext.autosummary. One version is already available in "
"Sphinx >= 0.6; expect this module to be deprecated after all "
"remaining features have been integrated there.",