summaryrefslogtreecommitdiff
path: root/Lib/pathlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pathlib.py')
-rw-r--r--Lib/pathlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py
index 4e219182e7..1b5d2a9025 100644
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -1017,7 +1017,7 @@ class Path(PurePath):
return cls(cls()._flavour.gethomedir(None))
def samefile(self, other_path):
- """Return whether other_path is the same or not as this file.
+ """Return whether other_path is the same or not as this file
(as returned by os.path.samefile()).
"""
st = self.stat()