📝 Change 'Schema' to 'Field' in docs (#746)

This commit is contained in:
prostomarkeloff
2019-12-09 16:48:54 +03:00
committed by Sebastián Ramírez
parent 90236c8135
commit 3f5f81bbdc
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from starlette.testclient import TestClient
from body_schema.tutorial001 import app
from body_fields.tutorial001 import app
# TODO: remove when removing support for Pydantic < 1.0.0
try: