Skip to content

Commit 09cc9d9

Browse files
RasmusNygrenRasmus Nygren
andauthored
docs: fix typo in pydantic_factory.coverage doc string (#763)
Co-authored-by: Rasmus Nygren <[email protected]>
1 parent ad0a768 commit 09cc9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyfactory/factories/pydantic_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def _create_model(cls, _build_context: PydanticBuildContext, **kwargs: Any) -> T
577577

578578
@classmethod
579579
def coverage(cls, factory_use_construct: bool = False, **kwargs: Any) -> abc.Iterator[T]:
580-
"""Build a batch of the factory's Meta.model will full coverage of the sub-types of the model.
580+
"""Build a batch of the factory's Meta.model with full coverage of the sub-types of the model.
581581
582582
:param kwargs: Any kwargs. If field_meta names are set in kwargs, their values will be used.
583583

0 commit comments

Comments
 (0)