[issue25417] Minor typo in Path.samefile docstring

2015-10-21 Thread Berker Peksag
Berker Peksag added the comment: Fixed, thank you Antony. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue25417] Minor typo in Path.samefile docstring

2015-10-21 Thread Antony Lee
Antony Lee added the comment: Actually there's also an extra dot at the end of the first line of the docstring (redundant with the one on the second line). -- ___ Python tracker

[issue25417] Minor typo in Path.samefile docstring

2015-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d65be20e0d8 by Berker Peksag in branch '3.5': Issue #25417: Fix typo in Path.samefile() docstring https://hg.python.org/cpython/rev/7d65be20e0d8 New changeset 0b09a866da77 by Berker Peksag in branch 'default': Issue #25417: Fix typo in

[issue25417] Minor typo in Path.samefile docstring

2015-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 642a7be9f384 by Berker Peksag in branch '3.5': Issue #25417: Remove the extra dot from docstring https://hg.python.org/cpython/rev/642a7be9f384 New changeset 4cd2ae001d30 by Berker Peksag in branch 'default': Issue #25417: Remove the extra dot from

[issue25417] Minor typo in Path.samefile docstring

2015-10-15 Thread Antony Lee
New submission from Antony Lee: The output of pydoc for Path.samefile currently reads pathlib.Path.samefile = samefile(self, other_path) Return whether `other_file` is the same or not as this file. (as returned by os.path.samefile(file, other_file)). It should arguably be something

[issue25417] Minor typo in Path.samefile docstring

2015-10-15 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___

[issue25417] Minor typo in Path.samefile docstring

2015-10-15 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___