Fix "Literal block expected; none found." warning.

This commit is contained in:
Mark van Lent
2015-10-20 21:15:05 +02:00
parent 1f68a425dd
commit 36faeccf6a
+1 -1
View File
@@ -75,7 +75,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_):
.. code-block:: python