Skip to content

Commit

Permalink
docs: Change the comment length in "Handling custom types" docs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 14, 2023
1 parent f639c26 commit 091ee36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/handling_custom_types/test_example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Person:
secret: CustomSecret


# by default the factory class cannot handle unknown types, so we need to override the provider map to add it:
# by default the factory class cannot handle unknown types,
# so we need to override the provider map to add it:
class PersonFactory(DataclassFactory[Person]):
__model__ = Person

Expand Down

0 comments on commit 091ee36

Please sign in to comment.