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: use standard term than generic wording
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, miss-islington, thatiparthy
Priority: normal Keywords: patch

Created on 2018-06-25 18:36 by thatiparthy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7912 merged thatiparthy, 2018-06-25 18:36
PR 7928 merged miss-islington, 2018-06-26 08:28
Messages (2)
msg320433 - (view) Author: Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) (thatiparthy) * Date: 2018-06-25 18:36
I think it is better to use "Big-O notation" than a generic wording "computer science notation". I understand  the use of latter, but i guess it helps the programmer since it makes him/her to google it or ask some one if he/she didn't know it yet.
msg320482 - (view) Author: miss-islington (miss-islington) Date: 2018-06-26 08:47
New changeset 829b7669f070a6228bba5c7a10a05b12891a95fd by Miss Islington (bot) in branch '3.7':
bpo-33957: Doc: Use better wording (GH-7912)
https://github.com/python/cpython/commit/829b7669f070a6228bba5c7a10a05b12891a95fd
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78138
2018-06-26 08:47:20miss-islingtonsetnosy: + miss-islington
messages: + msg320482
2018-06-26 08:32:45methanesetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: - Python 3.6
2018-06-26 08:28:34miss-islingtonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request7537
2018-06-25 18:52:04thatiparthysettitle: use correct term than generic wording -> use standard term than generic wording
2018-06-25 18:36:53thatiparthycreate