Skip to content

Commit e854743

Browse files
committed
Fix punctuation
1 parent 14be31d commit e854743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_pydantic/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class MinLengthArg(TypedDict):
9191
def min_length_arg(min_length: int) -> MinLengthArg:
9292
return {"min_length": min_length}
9393

94-
# Create V1 stubs, These should not be used when PYDANTIC_V2 is true.
94+
# Create V1 stubs. These should not be used when PYDANTIC_V2 is true.
9595
Extra = None
9696
v1_schema = None
9797

0 commit comments

Comments
 (0)