commit | 6f2df4295123f8b961d49474b7668f7564a534a4 | [log] [tgz] |
---|---|---|
author | Vivek Vashist <vivekvashist@gmail.com> | Sun Dec 19 00:22:51 2021 +1030 |
committer | GitHub <noreply@github.com> | Sat Dec 18 21:52:51 2021 +0800 |
tree | 5a54834cc7c0b550d41f9f93bb7c1c51bffbc359 | |
parent | 427a490c495cde8a152e938c6f02be65620e3e59 [diff] |
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