[docs] [issue28479] Missing indentation in using/windows.rst

Julien report at bugs.python.org
Wed Oct 19 18:37:18 EDT 2016


New submission from Julien:

Hi,

In https://docs.python.org/3.7/using/windows.html, right before https://docs.python.org/3.7/using/windows.html#additional-modules, the "Changed in version 3.6:" content lacks an indentation.

It look like it's nothing, but it breaks the PDF generation, by generating invalid latex.

I attached the simple patch to fix this, and tested it, it's now rendered with the correct indentation and the PDF builds successfully.

A grep -A10 -r 'versionchanged::$' show no other problems of indentation on those blocks (and shows this is the right way to fix it).

----------
assignee: docs at python
components: Documentation
files: using_windows_versionchanged.patch
keywords: patch
messages: 278996
nosy: docs at python, sizeof
priority: normal
severity: normal
status: open
title: Missing indentation in using/windows.rst
type: enhancement
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45145/using_windows_versionchanged.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28479>
_______________________________________


More information about the docs mailing list