From 36faeccf6a2a34c1b1f25b7c9b01734956821ed0 Mon Sep 17 00:00:00 2001 From: Mark van Lent Date: Tue, 20 Oct 2015 21:15:05 +0200 Subject: [PATCH] Fix "Literal block expected; none found." warning. --- docs/shipping/freezing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index 80f5335..8b01d64 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -75,7 +75,7 @@ Prerequisite is to install :ref:`Python on Windows `. 1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/ -2. Write :file:`setup.py` (`List of configuration options `_):: +2. Write :file:`setup.py` (`List of configuration options `_): .. code-block:: python