Commit 05492b89 authored by Berker Peksag's avatar Berker Peksag

Issue #25417: Remove the extra dot from docstring

parent 33a7fcc0
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment