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 133c233 commit 2d0fac4Copy full SHA for 2d0fac4
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