Skip to content

Commit

Permalink
Fix typo (#1631) (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikhan committed Jul 1, 2020
1 parent f219501 commit 259a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/schema.md
Expand Up @@ -81,7 +81,7 @@ It has the following arguments:
either explicitly anchor your regular expressions with `^`
(e.g. `^foo` to match any string starting with `foo`),
or explicitly allow an arbitrary prefix with `.*?`
(e.g. `.*?foo` to match any string containig the substring `foo`).
(e.g. `.*?foo` to match any string containing the substring `foo`).

See [#1631](https://github.com/samuelcolvin/pydantic/issues/1631)
for a discussion of possible changes to *pydantic* behavior in **v2**.
Expand Down

0 comments on commit 259a1a0

Please sign in to comment.