X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785:/.vim/bundle/black/tests/data/comments4.py..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/tests/data/cases/comments4.py?ds=sidebyside diff --git a/.vim/bundle/black/tests/data/comments4.py b/.vim/bundle/black/tests/data/cases/comments4.py similarity index 98% rename from .vim/bundle/black/tests/data/comments4.py rename to .vim/bundle/black/tests/data/cases/comments4.py index 2147d41..9f4f39d 100644 --- a/.vim/bundle/black/tests/data/comments4.py +++ b/.vim/bundle/black/tests/data/cases/comments4.py @@ -85,7 +85,7 @@ def foo2(list_a, list_b): def foo3(list_a, list_b): return ( - # Standlone comment but weirdly placed. + # Standalone comment but weirdly placed. User.query.filter(User.foo == "bar") .filter( db.or_(User.field_a.astext.in_(list_a), User.field_b.astext.in_(list_b))