We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbf21e commit 09df068Copy full SHA for 09df068
src/finch/_models.py
@@ -149,7 +149,7 @@ def construct(
149
if not PYDANTIC_V2:
150
# we define aliases for some of the new pydantic v2 methods so
151
# that we can just document these methods without having to specify
152
- # a specifc pydantic version as some users may not know which
+ # a specific pydantic version as some users may not know which
153
# pydantic version they are currently using
154
155
@override
0 commit comments