[docs] [issue21210] Warnings in Doc/library/json.rst

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Apr 13 12:19:27 CEST 2014


New submission from Arfrever Frehtes Taifersar Arahesis:

Warnings during building of documentation (with Sphinx 1.2.2):

${cpython_working_copy}/Doc/library/json.rst:593: WARNING: Malformed option description '[<infile>]', should look like "opt", "-opt args", "--opt args" or "/opt args"
${cpython_working_copy}/Doc/library/json.rst:609: WARNING: Malformed option description '[<outfile>]', should look like "opt", "-opt args", "--opt args" or "/opt args"


Probably introduced by:

New changeset a2ad16e86e60 by Benjamin Peterson in branch 'default':
improve the command-line interface of json.tool (closes #21000)
http://hg.python.org/cpython/rev/a2ad16e86e60

----------
assignee: docs at python
components: Documentation
messages: 216012
nosy: Arfrever, benjamin.peterson, berker.peksag, docs at python
priority: normal
severity: normal
status: open
title: Warnings in Doc/library/json.rst
versions: Python 3.5

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


More information about the docs mailing list