We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
os.path.dirname
1 parent 8d8a752 commit 31c2bbfCopy full SHA for 31c2bbf
Doc/library/os.path.rst
@@ -118,7 +118,7 @@ the :mod:`glob` module.)
118
Accepts a :term:`path-like object`.
119
120
121
-.. function:: dirname(path)
+.. function:: dirname(path, /)
122
123
Return the directory name of pathname *path*. This is the first element of
124
the pair returned by passing *path* to the function :func:`split`.
0 commit comments