Skip to content

Commit

Permalink
chore: fix formatting in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-or committed Nov 6, 2023
1 parent 3201015 commit ba355e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfactory/utils/model_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def is_done(self) -> bool:
class CoverageContainer(CoverageContainerBase, Generic[T]):
"""A coverage container that wraps a collection of values.
When that calling `next_value()` a greater number of times than the length of the given collection will cause duplicate
When calling ``next_value()`` a greater number of times than the length of the given collection will cause duplicate
examples to be returned (wraps around).
If there are any coverage containers within the given collection, the values from those containers are essentially merged
Expand Down

0 comments on commit ba355e5

Please sign in to comment.