Skip to content

Commit 67d034b

Browse files
authored
Merge pull request #410 from p1c2u/fix/removed-factory-docs-update
removed factory docs update
2 parents f6f34b5 + f92c941 commit 67d034b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ and unmarshal request data from validation result
102102
# get security data
103103
validated_security = result.security
104104
105-
Request object should be instance of OpenAPIRequest class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html>`__).
105+
Request object should implement OpenAPI Request protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html>`__).
106106

107107
Response
108108
********
@@ -132,7 +132,7 @@ and unmarshal response data from validation result
132132
# get data
133133
validated_data = result.data
134134
135-
Response object should be instance of OpenAPIResponse class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html>`__).
135+
Response object should implement OpenAPI Response protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html>`__).
136136

137137
Related projects
138138
################

0 commit comments

Comments
 (0)