From 784747618fafc110a07781ae7cbf3c8ce269809f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 24 May 2017 10:43:42 -0400 Subject: [PATCH] Fix typo in CHANGES --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9490baf8a..eeff3bb0d 100644 --- a/CHANGES +++ b/CHANGES @@ -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.