From: Ibrahim Abass <35644457+successIA@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:25:41 +0000 (+0100) Subject: fix typo and grammar in autogenerate documentation (#1775) X-Git-Tag: rel_1_18_4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588bdacfac736cea7d51a0e21a3ba56c8e592fc9;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo and grammar in autogenerate documentation (#1775) - Fixed typo in "3rd-party" heading - Corrected missing "for" in PostgreSQL function description --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index f7543860..261252f2 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -188,11 +188,11 @@ Autogenerate can't currently, but **will eventually detect**: the supporting SQLAlchemy dialect. * Sequence additions, removals - not yet implemented. -Notable 3-rd party libraries that extend the built-in Alembic autogenerate functionality +Notable 3rd-party libraries that extend the built-in Alembic autogenerate functionality ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * `alembic-utils `_ - A library that adds autogenerate support PostgreSQL functions, views, triggers, etc. + A library that adds autogenerate support for PostgreSQL functions, views, triggers, etc. * `alembic-postgresql-enum `_ A library that adds autogenerate support for creation, alteration and deletion of Enums in PostgreSQL.