]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46113: Minor fixes in stdtypes documentation (GH-30167)
authorVivek Vashist <vivekvashist@gmail.com>
Sat, 18 Dec 2021 13:52:51 +0000 (00:22 +1030)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 13:52:51 +0000 (21:52 +0800)
commit6f2df4295123f8b961d49474b7668f7564a534a4
tree5a54834cc7c0b550d41f9f93bb7c1c51bffbc359
parent427a490c495cde8a152e938c6f02be65620e3e59
bpo-46113: Minor fixes in stdtypes documentation (GH-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
Doc/library/stdtypes.rst