From 6566511b536405418d25f28d39e145dc66a79889 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 13 Mar 2024 13:36:31 +0100 Subject: [PATCH] fix typo --- docs/ide_integration/pycharm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide_integration/pycharm.md b/docs/ide_integration/pycharm.md index 54f44d530..69d528ed0 100644 --- a/docs/ide_integration/pycharm.md +++ b/docs/ide_integration/pycharm.md @@ -68,7 +68,7 @@ You can now run your programs and tests as usual. ### Multiple environments -If your project uses [multiple environments](../environment.md) to tests differen Python versions or dependencies, you can add multiple environments to PyCharm +If your project uses [multiple environments](../environment.md) to tests different Python versions or dependencies, you can add multiple environments to PyCharm by specifying *Use existing environment* in the *Add Python Interpreter* dialog. ![Multiple pixi environments](https://raw.githubusercontent.com/pavelzw/pixi-pycharm/main/.github/assets/python-interpreters-multi-env-light.png#only-light)