From: Mike Bayer Date: Tue, 19 Jan 2021 15:18:26 +0000 (-0500) Subject: fix typo X-Git-Tag: rel_1_5_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8b03da45d844de1746758dc76a82e638f37a9d;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo Change-Id: Ieb504598707487c11ba51458a4e505b749ad711e --- diff --git a/docs/build/unreleased/780.rst b/docs/build/unreleased/780.rst index e0912080..dd339fc6 100644 --- a/docs/build/unreleased/780.rst +++ b/docs/build/unreleased/780.rst @@ -3,5 +3,5 @@ :tickets: 780 Fixed installation issue where the "templates" directory was not being - installed, preventing commands like "list-templates" and "init" from + installed, preventing commands like "list_templates" and "init" from working.