]> 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:52:51 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 01:52:51 +0000 (18:52 -0700)
commitccac6312b9f9d8209646c85492920962fb5704ba
treea85ae0100b8f3319dd14dc59029f2a30d5b7ed58
parentb217ba7371a780ad014e4ed5695ab8d0a2ea588e
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