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
doesn't --> does not
  • Loading branch information
iritkatriel authored Mar 8, 2022
commit a8ce63c24cc8674854d23f57c0a3068534612083
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ features:
Create a directory named *path* with numeric mode *mode*.

If the directory already exists, :exc:`FileExistsError` is raised. If a parent
directory in the path doesn't exist, :exc:`FileNotFoundError` is raised.
directory in the path does not exist, :exc:`FileNotFoundError` is raised.

.. _mkdir_modebits:

Expand Down