]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Aug 2019 23:45:43 +0000 (19:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Aug 2019 23:45:43 +0000 (19:45 -0400)
Change-Id: I2f11c0a3132f9f89979a4a213b5e2cc69993ee4b

docs/build/unreleased/imp_warning.rst

index 6fc87ef9fa027aa32f7b5b7cf54e29904e65372b..1c9fd82cb10f0428b72cf52f2c25d689721e9d30 100644 (file)
@@ -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