Show More
@@ -325,8 +325,8 b' def stripdir(text):' | |||
|
325 | 325 | return dir |
|
326 | 326 | |
|
327 | 327 | def tabindent(text): |
|
328 |
""":tabindent: Any text. Returns the text, with every |
|
|
329 | first starting with a tab character. | |
|
328 | """:tabindent: Any text. Returns the text, with every non-empty line | |
|
329 | except the first starting with a tab character. | |
|
330 | 330 | """ |
|
331 | 331 | return indent(text, '\t') |
|
332 | 332 |
General Comments 0
You need to be logged in to leave comments.
Login now