File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Attributes can be removed with ``del``.
2727Model 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
You can’t perform that action at this time.
0 commit comments