Skip to content

Commit 09df068

Browse files
docs: fix code comment typo (#185)
1 parent 1fbf21e commit 09df068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/finch/_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def construct(
149149
if not PYDANTIC_V2:
150150
# we define aliases for some of the new pydantic v2 methods so
151151
# that we can just document these methods without having to specify
152-
# a specifc pydantic version as some users may not know which
152+
# a specific pydantic version as some users may not know which
153153
# pydantic version they are currently using
154154

155155
@override

0 commit comments

Comments
 (0)