]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Dec 2021 14:12:30 +0000 (06:12 -0800)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 14:12:30 +0000 (22:12 +0800)
commitbb286d45afa6740384bab97d0da68fe571efb6ec
tree9cadb0da34a8109768986f26c3371338f12546de
parent4f945ad7a510ad6dde13353784e45239edcdc14e
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)

* 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
(cherry picked from commit 6f2df4295123f8b961d49474b7668f7564a534a4)

Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
Doc/library/stdtypes.rst