]> git.madduck.net Git - etc/vim.git/blobdiff - docs/usage.md

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:

Link to ReadTheDocs
[etc/vim.git] / docs / usage.md
index d90ca8845b3bb3da3ef20414f4ef2554cdb1b5ee..69ce846dea421ef8d88a86961b9dfe81117b316b 100644 (file)
@@ -4,8 +4,6 @@
 
 *Black* can be installed by running `pip install black`.  It requires
 Python 3.6.0+ to run but you can reformat Python 2 code with it, too.
-*Black* is able to parse all of the new syntax supported on Python 3.6
-*but also *effectively all* the Python 2 syntax at the same time.
 
 
 ## Usage