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

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:

Add a missing space in Python 2 deprecation (GH-2590)
authorLordOfPolls <22540825+LordOfPolls@users.noreply.github.com>
Sat, 6 Nov 2021 16:04:27 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 16:04:27 +0000 (12:04 -0400)
commitf80f49767cacafaeb20016d483b8315474504e6a
treeee60361fedc4848661da16df4283a991dfa0d752
parent64c8be01f0cfedc94cb1c9ebd342ea77cafbb78a
Add a missing space in Python 2 deprecation (GH-2590)

`DEPRECATION: Python 2 support will be removed in the first stable releaseexpected in January 2022` - > `DEPRECATION: Python 2 support will be removed in the first stable release expected in January 2022`
src/black/__init__.py