🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Doc] Remove unnecessary role on str.istitle()
  • Loading branch information
adorilson committed Oct 13, 2025
commit 7c1d688f4f223097842e2b0f8a255f5d2b5f3d00
2 changes: 0 additions & 2 deletions Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2151,8 +2151,6 @@ expression support in the :mod:`re` module).
``B``, or ``S``.


.. _meth-str-istitle:

.. method:: str.istitle()

Return ``True`` if the string is a titlecased string and there is at least one
Expand Down
Loading