]> granicus.if.org Git - python/commitdiff
Issue #25417: Remove the extra dot from docstring
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 22 Oct 2015 00:34:16 +0000 (03:34 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 22 Oct 2015 00:34:16 +0000 (03:34 +0300)
Lib/pathlib.py

index 4e219182e79df4cb603197b57d5cf26f76fcd7ab..1b5d2a9025a0621b4a45c237bd2abc7cd456430e 100644 (file)
@@ -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()