summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-22 16:38:41 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-22 16:38:41 (GMT)
commit0325a21da38e3335db27d890cdc824aff272086b (patch)
treee642a1c2320c7c1bb30183d540efedb9ac595aad /Lib
parent31119e4f10d2905d0ed2c21a012dd9f45ec2fa61 (diff)
downloadcpython-0325a21da38e3335db27d890cdc824aff272086b.zip
cpython-0325a21da38e3335db27d890cdc824aff272086b.tar.gz
cpython-0325a21da38e3335db27d890cdc824aff272086b.tar.bz2
Fix whitespace
Diffstat (limited to 'Lib')
-rw-r--r--Lib/pathlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py
index b81720e..06cbae5 100644
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath):
class WindowsPath(Path, PureWindowsPath):
__slots__ = ()
-