Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 44e360a

Browse files
committed
Tweak docstring example
1 parent dc093cd commit 44e360a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fief_client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def update_profile(self, access_token: str, data: Dict[str, Any]) -> FiefUserInf
610610
**Example: Update password**
611611
612612
```py
613-
userinfo = fief.update_profile("ACCESS_TOKEN", { "password": "hermine1" })
613+
userinfo = fief.update_profile("ACCESS_TOKEN", { "password": "herminetincture" })
614614
```
615615
616616
**Example: Update user field**
@@ -940,7 +940,7 @@ async def update_profile(
940940
**Example: Update password**
941941
942942
```py
943-
userinfo = await fief.update_profile("ACCESS_TOKEN", { "password": "hermine1" })
943+
userinfo = await fief.update_profile("ACCESS_TOKEN", { "password": "herminetincture" })
944944
```
945945
946946
**Example: Update user field**

0 commit comments

Comments
 (0)