From a02bdd0a9f17ed98fa0b369929ccd36cfad50d02 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:30:30 -0300 Subject: [PATCH] Fix link in python.md (#7735) --- docs/src/languages/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/python.md b/docs/src/languages/python.md index 9c2da16e38..0f1f7c823f 100644 --- a/docs/src/languages/python.md +++ b/docs/src/languages/python.md @@ -40,7 +40,7 @@ Having done that, you would create a `pyrightconfig.json` with the following con ### Code formatting -The Pyright language server does not provide code formatting. If you want to automatically reformat your Python code when saving, you'll need to specify an \_external_code formatter in your settings. See the [configuration](../configuration/configuring-zed.md) documentation for more information. +The Pyright language server does not provide code formatting. If you want to automatically reformat your Python code when saving, you'll need to specify an \_external_code formatter in your settings. See the [configuration](../configuring_zed.md) documentation for more information. A common tool for formatting python code is [Black](https://black.readthedocs.io/en/stable/). If you have Black installed globally, you can use it to format Python files by adding the following to your `settings.json`: