]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
doc: Link to `string.capwords` from `str.title` (GH-20913)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Apr 2022 01:57:38 +0000 (18:57 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 01:57:38 +0000 (18:57 -0700)
commit85f0792b8fdd86b71844a3ae90ccd7b8d7890012
tree7cc102b876af3bb667da0a70755d10c0a0043748
parentea6dc5ec08d6efe8b04e4375ad0f14f926ba2188
doc: Link to `string.capwords` from `str.title` (GH-20913)

Since `title()` mentions its own short-comings, it should also mention the library function which does not possess them.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit b786d9ec52a2c2b0b6627be7fd4a3948c61fbdea)

Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Doc/library/stdtypes.rst