From: Evan Chen Date: Sun, 29 Jan 2023 00:12:11 +0000 (-0800) Subject: Remove Python version in the_basics.md (#3528) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6407ebb870afe0062ee581abdea07c1ef5213d31 Remove Python version in the_basics.md (#3528) --- diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index 9325a9e..5fdcdd8 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -4,8 +4,8 @@ An overview on contributing to the _Black_ project. ## Technicalities -Development on the latest version of Python is preferred. As of this writing it's 3.9. -You can use any operating system. +Development on the latest version of Python is preferred. You can use any operating +system. Install development dependencies inside a virtual environment of your choice, for example: