Skip to content
Snippets Groups Projects
Commit 1afe5d39 authored by Matt Mackall's avatar Matt Mackall
Browse files

template: fix tabindent docstring (issue2880)

parent 3289080e
No related branches found
No related tags found
No related merge requests found
......@@ -325,8 +325,8 @@
return dir
def tabindent(text):
""":tabindent: Any text. Returns the text, with every line except the
first starting with a tab character.
""":tabindent: Any text. Returns the text, with every non-empty line
except the first starting with a tab character.
"""
return indent(text, '\t')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment