Remove trailing "```" (#4799)

This commit is contained in:
Marcelo Trylesinski
2022-11-29 15:43:30 +01:00
committed by GitHub
parent 8b7c568794
commit caa318c908
-4
View File
@@ -190,7 +190,3 @@ The callable is expected to mutate the schema dictionary *in-place*; the return
For example, the `title` key can be removed from the model's `properties`:
{!.tmp_examples/schema_extra_callable.md!}
```