From 4bd50f73c80a86852ec0879abdf52202be40892b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 12 Jun 2014 14:34:26 -0400 Subject: 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 --- doc/basic/date_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/basic') 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 -- cgit