Skip to content

Commit 761d86e

Browse files
committed
corrected wrong formatted code block
1 parent dce5dc3 commit 761d86e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/futurize.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ the code. With luck, this will not introduce any bugs into the code, or will at
7474
least be trivial to fix. The changes are those that bring the Python code
7575
up-to-date without breaking Py2 compatibility. The resulting code will be
7676
modern Python 2.6-compatible code plus ``__future__`` imports from the
77-
following set::
77+
following set:
7878

7979
.. code-block:: python
80+
8081
from __future__ import absolute_import
8182
from __future__ import division
8283
from __future__ import print_function

0 commit comments

Comments
 (0)