Issue 36089: Formatting/Spelling errors in SimpleHTTPServer docs (original) (raw)

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

classification

Title: Formatting/Spelling errors in SimpleHTTPServer docs
Type: Stage: resolved
Components: Documentation Versions: Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: alanag13, docs@python, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2019-02-23 03:02 by alanag13, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11995 merged python-dev,2019-02-23 03:22
Messages (2)
msg336358 - (view) Author: Alan Grgic (alanag13) * Date: 2019-02-23 03:02
The warning heading near the top of https://docs.python.org/2/library/simplehttpserver.html contains improperly formatted text and misspells SimpleHTTPServer as 'SimpleHTTServer'.
msg336362 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2019-02-23 05:16
New changeset c7be55208b294e408ff625757198419af8914fdf by Serhiy Storchaka (Alan Grgic) in branch '2.7': bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995) https://github.com/python/cpython/commit/c7be55208b294e408ff625757198419af8914fdf
History
Date User Action Args
2022-04-11 14:59:11 admin set github: 80270
2019-02-23 05:27:35 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2019-02-23 05:16:16 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2019-02-23 03:22:45 python-dev set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest12020>
2019-02-23 03:02:12 alanag13 create