Skip to content

Commit a1ac2e8

Browse files
committed
doc: wording
1 parent fc15023 commit a1ac2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Attributes can be removed with ``del``.
2727
Model parsing
2828
=============
2929

30-
Pydantic :func:`~scim2_models.BaseModel.model_validate` method can be used to parse and validate SCIM2 payloads.
30+
Use Pydantic's :func:`~scim2_models.BaseModel.model_validate` method to parse and validate SCIM2 payloads.
3131

3232

3333
.. code-block:: python
@@ -466,7 +466,7 @@ with the :meth:`Resource.from_schema <scim2_models.Resource.from_schema>` and :m
466466
Group = Resource.from_schema(schema)
467467
my_group = Group(display_name="This is my group")
468468
469-
This can be used by client applications that intends to dynamically discover server resources by browsing the `/Schemas` endpoint.
469+
Client applications can use this to dynamically discover server resources by browsing the `/Schemas` endpoint.
470470

471471
.. tip::
472472

0 commit comments

Comments
 (0)