Show More
@@ -133,7 +133,7 b' def splitparagraphs(blocks):' | |||||
133 | def match(lines, i, itemre, singleline): |
|
133 | def match(lines, i, itemre, singleline): | |
134 | """Does itemre match an item at line i? |
|
134 | """Does itemre match an item at line i? | |
135 |
|
135 | |||
136 | A list item can be followed by an idented line or another list |
|
136 | A list item can be followed by an indented line or another list | |
137 | item (but only if singleline is True). |
|
137 | item (but only if singleline is True). | |
138 | """ |
|
138 | """ | |
139 | line1 = lines[i] |
|
139 | line1 = lines[i] |
General Comments 0
You need to be logged in to leave comments.
Login now