diff options
| author | Greg Hudson <ghudson@mit.edu> | 2014-06-12 14:34:26 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2014-07-02 10:11:00 -0400 |
| commit | 4bd50f73c80a86852ec0879abdf52202be40892b (patch) | |
| tree | ca55bd2e07162d7aedbac397a9b915ac201aca04 /doc/basic | |
| parent | 81e503c09ad9aef4a0afc6bf66a0269cde2151f3 (diff) | |
Remove indent workaround in man page RST sources
docutils 0.10 properly adds indentation to example blocks in man
pages, so we do not need to force an extra indentation level. Get rid
of the workaround wherever we use it.
ticket: 7954 (new)
target_version: 1.12.2
tags: pullup
Diffstat (limited to 'doc/basic')
| -rw-r--r-- | doc/basic/date_format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basic/date_format.rst b/doc/basic/date_format.rst index f9460feb9..6ee82ce6f 100644 --- a/doc/basic/date_format.rst +++ b/doc/basic/date_format.rst @@ -108,7 +108,7 @@ following ways: (See :ref:`abbreviation`.) -Example :: +Example:: Set the default expiration date to July 27, 2012 at 20:30 default_principal_expiration = 20120727203000 |
