This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Missing newline, raising a warning, in /Doc/license.rst
Type: behavior Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, mdk, python-dev
Priority: normal Keywords:

Created on 2016-03-05 00:14 by mdk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
missing_newline_in_licence.rst mdk, 2016-03-05 00:14 Patch to add a missing newline in licence.rst
Messages (3)
msg261204 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2016-03-05 00:14
o/

While fixing sphinx-doc warnings, I found this missing newline.

Yet the documentation is still correctly rendered.
msg261211 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-03-05 11:55
New changeset f69b777b3b3e by Berker Peksag in branch '2.7':
Issue #26485: Fix Sphinx warning in Doc/license.rst
https://hg.python.org/cpython/rev/f69b777b3b3e
msg261212 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-03-05 11:56
Thanks, Julien!

For the record, here is the warning:

Doc/license.rst:350: WARNING: Literal block ends without a blank line; unexpected unindent.
History
Date User Action Args
2022-04-11 14:58:28adminsetgithub: 70672
2016-03-05 11:56:29berker.peksagsetstatus: open -> closed

type: enhancement -> behavior

nosy: + berker.peksag
messages: + msg261212
resolution: fixed
stage: resolved
2016-03-05 11:55:04python-devsetnosy: + python-dev
messages: + msg261211
2016-03-05 00:14:52mdkcreate