From 4ca39f2d253b1024e7d6c0e7e0b2d867f1c0aebb Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 4 Dec 2018 22:49:46 +0900 Subject: [PATCH] Fix typo in CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b095a84e7..35887fd7e 100644 --- a/CHANGES +++ b/CHANGES @@ -45,7 +45,7 @@ Deprecated * The ``suffix`` argument of ``env.doc2path()`` is deprecated. * The string style ``base`` argument of ``env.doc2path()`` is deprecated. * ``sphinx.application.Sphinx._setting_up_extension`` -* ``sphinx.ext.config.check_unicode()`` +* ``sphinx.config.check_unicode()`` * ``sphinx.ext.autodoc.importer._MockImporter`` * ``sphinx.ext.doctest.doctest_encode()`` * ``sphinx.testing.util.remove_unicode_literal()``