diff options
| author | jfbu <jfbu@free.fr> | 2017-05-02 16:09:38 +0200 |
|---|---|---|
| committer | jfbu <jfbu@free.fr> | 2017-05-02 16:09:38 +0200 |
| commit | 00883914ae47cbd0a7faac998d9d36007d6eec9b (patch) | |
| tree | 75bf8a29c29090760348f15b595df0e67e3eebaf /sphinx/websupport | |
| parent | f3d836b179a847b799b492fe6ac3d973ee4b55e4 (diff) | |
| download | sphinx-git-00883914ae47cbd0a7faac998d9d36007d6eec9b.tar.gz | |
Fix typo
Diffstat (limited to 'sphinx/websupport')
| -rw-r--r-- | sphinx/websupport/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/websupport/__init__.py b/sphinx/websupport/__init__.py index 4fa18db4f..35550f0ec 100644 --- a/sphinx/websupport/__init__.py +++ b/sphinx/websupport/__init__.py @@ -20,7 +20,8 @@ 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. Please use it instaed', + 'sphinx.websupport will be removed in Sphinx-2.0. ' + 'Please use the package instead.', RemovedInSphinx20Warning) except ImportError: warnings.warn('Since Sphinx-1.6, sphinx.websupport module is now separated to ' |
