Skip to content

Commit

Permalink
Detailed Options.indentation_char docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitbryon committed Jan 17, 2013
1 parent d5494c2 commit 1398098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rst2rst/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ def __init__(self):
"""

self.indentation_char = u' '
"""Character used for indentation."""
"""Character used for indentation.
Should be space or tab. Default is space.
"""

self.blockquote_indent = 2
"""Indentation level for blockquotes."""
Expand Down

0 comments on commit 1398098

Please sign in to comment.