@@ -222,8 +222,8 @@ def test_my_handler() -> None:
222222 security: A sequence of dicts that will be added to the schema of all route handlers in the application.
223223 See
224224 :data:`SecurityRequirement <.openapi.spec.SecurityRequirement>` for details.
225- signature_namespace: A mapping of names to types for use in forward reference resolution during signature modeling .
226- signature_types: A sequence of types for use in forward reference resolution during signature modeling .
225+ signature_namespace: A mapping of names to types for use in forward reference resolution during signature modelling .
226+ signature_types: A sequence of types for use in forward reference resolution during signature modelling .
227227 These types will be added to the signature namespace using their ``__name__`` attribute.
228228 state: An optional :class:`State <.datastructures.State>` for application state.
229229 static_files_config: A sequence of :class:`StaticFilesConfig <.static_files.StaticFilesConfig>`
@@ -483,8 +483,8 @@ async def test_my_handler() -> None:
483483 security: A sequence of dicts that will be added to the schema of all route handlers in the application.
484484 See
485485 :data:`SecurityRequirement <.openapi.spec.SecurityRequirement>` for details.
486- signature_namespace: A mapping of names to types for use in forward reference resolution during signature modeling .
487- signature_types: A sequence of types for use in forward reference resolution during signature modeling .
486+ signature_namespace: A mapping of names to types for use in forward reference resolution during signature modelling .
487+ signature_types: A sequence of types for use in forward reference resolution during signature modelling .
488488 These types will be added to the signature namespace using their ``__name__`` attribute.
489489 state: An optional :class:`State <.datastructures.State>` for application state.
490490 static_files_config: A sequence of :class:`StaticFilesConfig <.static_files.StaticFilesConfig>`
0 commit comments