mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
be95ddaf88
* Be more specific about the meaning of Config.extra When reading through the docs as a beginner, it was not clear to me what the difference between `'allow'` and `'ignore'` was. I fixed this by adding a short description of each of the options from what I can tell from reading the source code. Is there a better way to format this? Maybe as a list? (ps, thanks for the cool library) * tiny further clarification * sorry... Co-authored-by: Samuel Colvin <samcolvin@gmail.com>