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: Fix wrong indentation of timeit.Timer's documenation
Type: Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: xiang.zhang Nosy List: xiang.zhang
Priority: normal Keywords:

Created on 2017-02-27 05:08 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 332 merged xiang.zhang, 2017-02-27 05:10
PR 333 merged xiang.zhang, 2017-02-27 05:49
Messages (2)
msg290368 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-03-24 23:37
New changeset 8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e by Xiang Zhang in branch '3.6':
bpo-29662: fix wrong indentation in timeit.Timer's doc  (GH-333)
https://github.com/python/cpython/commit/8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e
msg290369 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2017-03-24 23:37
New changeset 210d6a9f951b621b095bc5b72821cf60198ffea8 by Xiang Zhang in branch 'master':
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)
https://github.com/python/cpython/commit/210d6a9f951b621b095bc5b72821cf60198ffea8
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73848
2017-03-24 23:37:59xiang.zhangsetmessages: + msg290369
2017-03-24 23:37:52xiang.zhangsetmessages: + msg290368
2017-02-27 05:55:48xiang.zhangsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-02-27 05:49:26xiang.zhangsetpull_requests: + pull_request293
2017-02-27 05:10:37xiang.zhangsetpull_requests: + pull_request292
2017-02-27 05:08:48xiang.zhangsetversions: + Python 3.6, Python 3.7
2017-02-27 05:08:33xiang.zhangcreate