From 7eeb7eefb45f5553a2faaac9724ba6d0bf171873 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 26 Aug 2019 19:45:43 -0400 Subject: [PATCH] fix typo Change-Id: I2f11c0a3132f9f89979a4a213b5e2cc69993ee4b --- docs/build/unreleased/imp_warning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/unreleased/imp_warning.rst b/docs/build/unreleased/imp_warning.rst index 6fc87ef9..1c9fd82c 100644 --- a/docs/build/unreleased/imp_warning.rst +++ b/docs/build/unreleased/imp_warning.rst @@ -1,5 +1,5 @@ .. change:: - :tag: bug, py3k + :tags: bug, py3k Fixed use of the deprecated "imp" module, which is used to detect pep3147 availability as well as to locate .pyc files, which started emitting