Skip to content

Commit 8034002

Browse files
Update python-sdk.mdx
1 parent f7dc97b commit 8034002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/developer-tools/sdks/backend/python-sdk.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The Kinde Python SDK allows developers to quickly and securely integrate a new o
1717
- Kinde Python SDK supports Python 3.9+
1818
- If you haven't already got a Kinde account, [register for free here](https://app.kinde.com/register) (no credit card required). Registering gives you a Kinde domain, which you need to get started, e.g. `yourapp.kinde.com`.
1919

20-
If you are using a previous version of Python, you may need to refer to the [previous SDK](/developer-tools/sdks/backend/python-sdk-v1/).
20+
If you are using a previous version of Python, you may need to refer to the [previous v1 SDK](/developer-tools/sdks/backend/python-sdk-v1/).
2121

22-
For new projects, you can also find our [Starter Kit on GitHub](https://github.com/kinde-starter-kits/python-starter-kit).
22+
For new projects, you can find our [Starter Kit on GitHub](https://github.com/kinde-starter-kits/python-starter-kit).
2323

2424
## Install
2525

@@ -31,7 +31,7 @@ pip install kinde-python-sdk
3131

3232
### Environment variables
3333

34-
The Kinde Python SDK v2 uses environment variables for configuration. Here are all the supported variables:
34+
The Kinde Python SDK uses environment variables for configuration. Here are all the supported variables:
3535

3636
#### Required variables
3737
- `KINDE_CLIENT_ID` - Your application's client ID from Kinde

0 commit comments

Comments
 (0)