]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove Python version in the_basics.md (#3528)
authorEvan Chen <evan@evanchen.cc>
Sun, 29 Jan 2023 00:12:11 +0000 (16:12 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 00:12:11 +0000 (16:12 -0800)
docs/contributing/the_basics.md

index 9325a9e44edc83dcd0b879601812b188ce962219..5fdcdd802bd4701d1b9eea455b32af078970923a 100644 (file)
@@ -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: