Fix typo (again)

This commit is contained in:
jfbu
2017-05-02 16:10:24 +02:00
parent 00883914ae
commit b9e9e1ed85

View File

@@ -20,7 +20,7 @@ try:
from sphinxcontrib.websupport.storage import StorageBackend # NOQA
warnings.warn('sphinx.websupport module is now provided as sphinxcontrib-websupport. '
'sphinx.websupport will be removed in Sphinx-2.0. '
'sphinx.websupport will be removed at Sphinx-2.0. '
'Please use the package instead.',
RemovedInSphinx20Warning)
except ImportError: