Skip to content

Commit afc255f

Browse files
authored
fix: typo in OpenAPIHeader docs (#4437)
1 parent 946d6b7 commit afc255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litestar/openapi/spec/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class OpenAPIHeader(BaseSchemaObject):
6767
"""When this is true, parameter values of type ``array`` or ``object`` generate separate parameters for each value
6868
of the array or key-value pair of the map.
6969
70-
For other types of parameters this property has no effect.When
70+
For other types of parameters this property has no effect. When
7171
`style <https://spec.openapis.org/oas/v3.1.0#parameterStyle>`__ is ``form``, the default value is ``True``. For all
7272
other styles, the default value is ``False``.
7373
"""

0 commit comments

Comments
 (0)