From: Georg Brandl Date: Fri, 5 Dec 2008 19:03:19 +0000 (+0000) Subject: Remove confusing sentence part. X-Git-Tag: v2.7a1~2569 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205e719facb9279e543bdb8d8aa15cef2ed8837b;p=thirdparty%2FPython%2Fcpython.git Remove confusing sentence part. --- diff --git a/Doc/documenting/rest.rst b/Doc/documenting/rest.rst index e018373c5f5e..9b6b89b8faa5 100644 --- a/Doc/documenting/rest.rst +++ b/Doc/documenting/rest.rst @@ -98,7 +98,7 @@ Source Code ----------- Literal code blocks are introduced by ending a paragraph with the special marker -``::``. The literal block must be indented, to be able to include blank lines:: +``::``. The literal block must be indented:: This is a normal text paragraph. The next paragraph is a code sample::