[New-bugs-announce] [issue3793] Small RST fix in datamodel.rst

Matt Giuca report at bugs.python.org
Sat Sep 6 15:36:33 CEST 2008


New submission from Matt Giuca <matt.giuca at gmail.com>:

A missing blank line under the heading for __bool__ in datamodel.rst (in
Python 3.0 docs) causes the following line to appear in the output HTML.

".. index:: single: __len__() (mapping object method)"

Visible here:
http://docs.python.org/dev/3.0/reference/datamodel.html#object.__bool__

Fixed in attached patch by adding a blank line.

Commit log:
Added blank line to avoid RST source leaking into HTML output.

----------
assignee: georg.brandl
components: Documentation
files: patch
messages: 72668
nosy: georg.brandl, mgiuca
severity: normal
status: open
title: Small RST fix in datamodel.rst
versions: Python 3.0
Added file: http://bugs.python.org/file11405/patch

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


More information about the New-bugs-announce mailing list