From e61bd1ea93dcbc0ceaba0c8fbb3312c54efaaa0a Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 4 Mar 2022 15:54:22 +0000 Subject: Ensure at least two spaces before inline comment. flake 8 rule E261 Exceptions for modules sheduled for removal or with 3rd-party origin and for data collections. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9021 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/test/test_functional.py') diff --git a/docutils/test/test_functional.py b/docutils/test/test_functional.py index 66f02c3b6..a6135da14 100755 --- a/docutils/test/test_functional.py +++ b/docutils/test/test_functional.py @@ -98,7 +98,7 @@ expected output and check it in: Note: the modified signature is incompatible with the "pytest" and "nose" frameworks. - """ # cf. feature-request #81 + """ # cf. feature-request #81 assert configfile is not None, 'required argument' self.configfile = configfile -- cgit v1.2.1