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
Use "warning", not "danger"
  • Loading branch information
sethmlarson authored Feb 2, 2026
commit 79e135c022c389b733aae14329cd0428ddd55742
2 changes: 1 addition & 1 deletion Doc/library/os.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ the :mod:`glob` module.)
prefix of all strings in *list*. If *list* is empty, return the empty string
(``''``).

.. danger::
.. warning::

This function may return invalid paths because it works a
character at a time.
Expand Down
Loading