diff options
author | Brian Van Klaveren <bvan@slac.stanford.edu> | 2018-05-11 09:35:21 -0700 |
---|---|---|
committer | Brian Van Klaveren <bvan@slac.stanford.edu> | 2018-05-11 09:35:21 -0700 |
commit | f6139a8e47dba691046ef82b6ab9b29e3bf38690 (patch) | |
tree | 90ee5e5a3ae322106508956f91e134a010592f92 /testsuite/E26.py | |
parent | 11ba4cc825e3753a5b662efe41942b6b3021d7e5 (diff) | |
download | pep8-f6139a8e47dba691046ef82b6ab9b29e3bf38690.tar.gz |
Implement W505 - Max Doc Length check
Diffstat (limited to 'testsuite/E26.py')
-rw-r--r-- | testsuite/E26.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/E26.py b/testsuite/E26.py index 509babf..c3537ff 100644 --- a/testsuite/E26.py +++ b/testsuite/E26.py @@ -50,10 +50,10 @@ def oof(): #foo not parsed """ - ########################################################################### - # A SEPARATOR # - ########################################################################### + #################################################################### + # A SEPARATOR # + #################################################################### - # ####################################################################### # - # ########################## another separator ########################## # - # ####################################################################### # + # ################################################################ # + # ####################### another separator ###################### # + # ################################################################ # |