X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2ad642754b531d4fd42829966e84ee0ac435257e..c6a6cfd3a293a69c29f93beca1c64bd857371e14:/tests/comments3.py diff --git a/tests/comments3.py b/tests/comments3.py index b57f8f3..c1f0e75 100644 --- a/tests/comments3.py +++ b/tests/comments3.py @@ -1,7 +1,7 @@ def func(): lcomp3 = [ # This one is actually too long to fit in a single line. - element.split('\n', 1)[0] + element.split("\n", 1)[0] # yup for element in collection.select_elements() # right