From: Mike Bayer Date: Mon, 26 Aug 2019 23:45:43 +0000 (-0400) Subject: fix typo X-Git-Tag: rel_1_1_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eeb7eefb45f5553a2faaac9724ba6d0bf171873;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo Change-Id: I2f11c0a3132f9f89979a4a213b5e2cc69993ee4b --- 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