Skip to content

Commit afd6a37

Browse files
authored
gh-93654: Add module docstring to pathlib (GH-94611)
Issue: gh-93654
1 parent b6558d7 commit afd6a37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Lib/pathlib.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""Object-oriented filesystem paths.
2+
3+
This module provides classes to represent abstract paths and concrete
4+
paths with operations that have semantics appropriate for different
5+
operating systems.
6+
"""
7+
18
import fnmatch
29
import functools
310
import io

0 commit comments

Comments
 (0)