Skip to content

Commit 5874364

Browse files
committed
[DOP-28075] Fix PersonalToken example docs
1 parent 90a8b44 commit 5874364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/personal_tokens/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ With ``requests``
152152
response = session.get(
153153
url="http://localhost:8000/v1/datasets",
154154
headers={
155-
"Authorization": f"Bearer {personal_token}",
155+
"Authorization": f"Bearer {personal_token}",
156156
},
157157
)
158158
response.raise_for_status()

0 commit comments

Comments
 (0)