[Python-checkins] r65485 - doctools/branches/0.4.x/doc/markup/code.rst

georg.brandl python-checkins at python.org
Mon Aug 4 11:21:58 CEST 2008


Author: georg.brandl
Date: Mon Aug  4 11:21:58 2008
New Revision: 65485

Log:
Fix markup.


Modified:
   doctools/branches/0.4.x/doc/markup/code.rst

Modified: doctools/branches/0.4.x/doc/markup/code.rst
==============================================================================
--- doctools/branches/0.4.x/doc/markup/code.rst	(original)
+++ doctools/branches/0.4.x/doc/markup/code.rst	Mon Aug  4 11:21:58 2008
@@ -101,7 +101,7 @@
          :linenos:
 
    Include files are assumed to be encoded in UTF-8.  If the file has a different
-   encoding, you can specify it with the ``encoding`` option:
+   encoding, you can specify it with the ``encoding`` option::
 
       .. literalinclude:: example.py
          :encoding: latin-1


More information about the Python-checkins mailing list