]> 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:

Fix small comment typo (#2112)
authorLaurent Tréguier <laurent@treguier.org>
Fri, 16 Apr 2021 17:41:19 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 17:41:19 +0000 (10:41 -0700)
commit9eb29a6d4733c0e467ba5c1c54361f097cc1c305
tree58687525f2cc863e6692fc92e88c38d4c3cc9740
parent6d0bdc2f38d57ddf07e7d127215d51f8553997f9
Fix small comment typo (#2112)

We probably don't need to fall back on "polling" when setting up an asyncio loop
src/black/__init__.py