##// END OF EJS Templates
minirst: unindent "if True" block in filtersections()
Yuya Nishihara -
r39342:9fe97e67 default
parent child Browse files
Show More
@@ -680,7 +680,6 b' def format(text, width=80, indent=0, kee'
680 680 def filtersections(blocks, section):
681 681 """Select parsed blocks under the specified section"""
682 682 parents = []
683 if True:
684 683 sections = getsections(blocks)
685 684 blocks = []
686 685 i = 0
General Comments 0
You need to be logged in to leave comments. Login now