Skip to content

Commit 588bdac

Browse files
authored
fix typo and grammar in autogenerate documentation (#1775)
- Fixed typo in "3rd-party" heading - Corrected missing "for" in PostgreSQL function description
1 parent db20591 commit 588bdac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/autogenerate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ Autogenerate can't currently, but **will eventually detect**:
188188
the supporting SQLAlchemy dialect.
189189
* Sequence additions, removals - not yet implemented.
190190

191-
Notable 3-rd party libraries that extend the built-in Alembic autogenerate functionality
191+
Notable 3rd-party libraries that extend the built-in Alembic autogenerate functionality
192192
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
193193

194194
* `alembic-utils <https://github.com/olirice/alembic_utils>`_
195-
A library that adds autogenerate support PostgreSQL functions, views, triggers, etc.
195+
A library that adds autogenerate support for PostgreSQL functions, views, triggers, etc.
196196
* `alembic-postgresql-enum <https://pypi.org/project/alembic-postgresql-enum>`_
197197
A library that adds autogenerate support for creation, alteration and deletion of Enums in PostgreSQL.
198198

0 commit comments

Comments
 (0)