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

* 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