Merge pull request #3798 from timgraham/patch-1

Fix typo in CHANGES
This commit is contained in:
Takeshi KOMIYA 2017-05-25 00:27:43 +09:00 committed by GitHub
commit 995e02eeed

View File

@ -286,8 +286,8 @@ Deprecated
1.6b1
* ``sphinx.util.compat.Directive`` class is now deprecated. Please use instead
``docutils.parsers.rsr.Directive``
* ``sphinx.util.compat.Directive`` class is now deprecated. Please use
``docutils.parsers.rst.Directive`` instead.
* ``sphinx.util.compat.docutils_version`` is now deprecated
* #2367: ``Sphinx.warn()``, ``Sphinx.info()`` and other logging methods are now
deprecated. Please use ``sphinx.util.logging`` (:ref:`logging-api`) instead.