Skip to content

Commit c87b32b

Browse files
committed
Add docstring to pathlib
Closes python#93654 Issue: pythongh-93654
1 parent 14fea6b commit c87b32b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Lib/pathlib.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""Classes representing filesystem paths with semantics appropriate for
2+
different operating systems."""
3+
14
import fnmatch
25
import functools
36
import io
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add docstring to :module:`pathlib`

0 commit comments

Comments
 (0)