From 2fb4d6317d96990262257e2fd4257996d3566ca4 Mon Sep 17 00:00:00 2001 From: Steven Schaerer <53116297+stevenschaerer@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:33:45 +0100 Subject: [PATCH] Docs: Fix typo in pycharm.md --- 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 2344e61cf..d46b415d0 100644 --- a/docs/ide_integration/pycharm.md +++ b/docs/ide_integration/pycharm.md @@ -87,7 +87,7 @@ You can then specify the corresponding environment in the bottom right corner of ### Multiple pixi projects When using multiple pixi projects, remember to select the correct _Conda Executable_ for each project as mentioned above. -It also might come up that you have multiple environments it might come up that you have multiple environments with the same name. +It also might come up that you have multiple environments with the same name. ![Multiple default environments](https://raw.githubusercontent.com/pavelzw/pixi-pycharm/main/.github/assets/multiple-default-envs-light.png#only-light) ![Multiple default environments](https://raw.githubusercontent.com/pavelzw/pixi-pycharm/main/.github/assets/multiple-default-envs-dark.png#only-dark)