Issue 14481: trivial formatting error in subprocess docs (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/58686

classification

Title: trivial formatting error in subprocess docs
Type: Stage: resolved
Components: Documentation Versions: Python 3.3

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, cvrebert, docs@python, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2012-04-03 08:12 by cvrebert, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue14481.diff berker.peksag,2012-04-03 09:06 review
Messages (4)
msg157401 - (view) Author: Chris Rebert (cvrebert) * Date: 2012-04-03 08:12
The final line under "17.1.4.2. Replacing shell pipeline" (http://docs.python.org/dev/library/subprocess.html#replacing-shell-pipeline ) isn't formatted as code (e.g. monospaced); it should be.
msg157403 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2012-04-03 09:06
Attached a patch.
msg157413 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-03 12:47
New changeset 2c1ce04ded55 by R David Murray in branch '2.7': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/2c1ce04ded55 New changeset e5f5652bfe91 by R David Murray in branch '3.2': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/e5f5652bfe91 New changeset 9599f091faa6 by R David Murray in branch 'default': Merge #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/9599f091faa6
msg157414 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-04-03 12:48
Thanks.
History
Date User Action Args
2022-04-11 14:57:28 admin set github: 58686
2012-04-03 12:48:13 r.david.murray set status: open -> closednosy: + r.david.murraymessages: + resolution: fixedstage: resolved
2012-04-03 12:47:32 python-dev set nosy: + python-devmessages: +
2012-04-03 09:06:21 berker.peksag set files: + issue14481.diffnosy: + berker.peksagmessages: + keywords: + patch
2012-04-03 08:12:23 cvrebert create