diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 0f20163e69509c..b9d5b6cb322c59 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2829,7 +2829,7 @@ expression support in the :mod:`re` module). >>> titlecase("they're bill's friends.") "They're Bill's Friends." - See also :meth:`istitle`. + See also :meth:`istitle` and :meth:`capitalize`. .. method:: str.translate(table, /)