Files
pydantic/changes/2733-krisaoe.md
T
krisaoe 42395056e1 Fix(docs): remove colon to separate unrelated clauses (#2733)
* Fix(docs): remove colon to separate unrelated clauses 

The colon at the end of the line "The fields which were supplied when user was initialised:" suggests that the code following it is related.
Changed it to a period.

* Include change summary readme.
2021-05-03 17:46:37 +01:00

164 B

The colon at the end of the line "The fields which were supplied when user was initialised:" suggests that the code following it is related. Changed it to a period.