Skip to content

Commit

Permalink
Merge pull request #699 from zegl/patch-1
Browse files Browse the repository at this point in the history
Fix documentation typo in ts_vector
  • Loading branch information
kurtmckee committed Mar 14, 2023
2 parents 3e683f8 + 670fc4b commit d81ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_utils/types/ts_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Article(Base):
Would be equivalent to SQL::
search_vector @@ to_tsquery('pg_catalog.simgle', 'finland')
search_vector @@ to_tsquery('pg_catalog.simple', 'finland')
"""
impl = TSVECTOR
Expand Down

0 comments on commit d81ea06

Please sign in to comment.