]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix typo and grammar in autogenerate documentation (#1775)
authorIbrahim Abass <35644457+successIA@users.noreply.github.com>
Sat, 31 Jan 2026 11:25:41 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Sat, 31 Jan 2026 11:25:41 +0000 (12:25 +0100)
- Fixed typo in "3rd-party" heading
- Corrected missing "for" in PostgreSQL function description

docs/build/autogenerate.rst

index f754386072b12e1095bb2f3407b6571a868a35d3..261252f2af0de490a176a42d0998e4c90c38f646 100644 (file)
@@ -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 <https://github.com/olirice/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 <https://pypi.org/project/alembic-postgresql-enum>`_
   A library that adds autogenerate support for creation, alteration and deletion of Enums in PostgreSQL.