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: Typos and minor fixes in built in types documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, kj, miss-islington, vivekvashist
Priority: normal Keywords: patch

Created on 2021-12-17 10:09 by vivekvashist, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30167 merged vivekvashist, 2021-12-17 10:10
PR 30186 merged miss-islington, 2021-12-18 13:52
PR 30187 merged miss-islington, 2021-12-18 13:53
Messages (5)
msg408766 - (view) Author: Vivek Vashist (vivekvashist) * Date: 2021-12-17 10:09
Will raise a PR shortly.
msg408767 - (view) Author: Vivek Vashist (vivekvashist) * Date: 2021-12-17 10:11
PR: https://github.com/python/cpython/pull/30167

Fix#1 - isidentifier() function output
Fix#2 Update the str.splitlines() function parameter
Fix#3 Removed unwanted full stop for str and bytes types double quotes examples 
Fix#4 Updated class dict from **kwarg to **kwargs
msg408849 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2021-12-18 13:52
New changeset 6f2df4295123f8b961d49474b7668f7564a534a4 by Vivek Vashist in branch 'main':
bpo-46113: Minor fixes in stdtypes documentation (GH-30167)
https://github.com/python/cpython/commit/6f2df4295123f8b961d49474b7668f7564a534a4
msg408852 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2021-12-18 14:12
New changeset bb286d45afa6740384bab97d0da68fe571efb6ec by Miss Islington (bot) in branch '3.10':
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)
https://github.com/python/cpython/commit/bb286d45afa6740384bab97d0da68fe571efb6ec
msg408854 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2021-12-18 14:26
New changeset 0da17eb06943a66fcd826ff591d47c22c2c0595a by Miss Islington (bot) in branch '3.9':
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187)
https://github.com/python/cpython/commit/0da17eb06943a66fcd826ff591d47c22c2c0595a
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90271
2021-12-18 14:26:56kjsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-12-18 14:26:19kjsetmessages: + msg408854
2021-12-18 14:12:35kjsetmessages: + msg408852
2021-12-18 13:53:02miss-islingtonsetpull_requests: + pull_request28407
2021-12-18 13:52:58miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request28406
2021-12-18 13:52:57kjsetnosy: + kj
messages: + msg408849
2021-12-17 10:11:54vivekvashistsetmessages: + msg408767
2021-12-17 10:10:25vivekvashistsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28384
2021-12-17 10:09:39vivekvashistcreate