X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fc2a16433e7da705793122dd0c66fcde83b305d5..715f60c11bc12d8d6ffedded90c2b9a6a1b6a287:/tests/data/simple_cases/comments4.py?ds=sidebyside diff --git a/tests/data/simple_cases/comments4.py b/tests/data/simple_cases/comments4.py index 2147d41..9f4f39d 100644 --- a/tests/data/simple_cases/comments4.py +++ b/tests/data/simple_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))