Skip to content

Commit de521e0

Browse files
committed
typos fixed.
1 parent d5afecd commit de521e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Features
3131
--------
3232

3333
- pydantic v1 / v2 support
34-
- flexable attributes, elements and text binding
34+
- flexible attributes, elements and text binding
3535
- python collection types support (``Dict``, ``TypedDict``, ``List``, ``Set``, ``Tuple``, ...)
3636
- ``Union`` type support
3737
- pydantic `generic models <https://docs.pydantic.dev/latest/usage/models/#generic-models>`_ support

docs/source/pages/data-binding/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Generic xml model can be declared the same way:
5555

5656

5757
A generic model can be of one or more types and organized in a recursive structure.
58-
The following example illustrate how to describes a flexable SOAP request model:
58+
The following example illustrates how to describe a flexible SOAP request model:
5959

6060
*model.py:*
6161

0 commit comments

Comments
 (0)