diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-22 17:38:41 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-22 17:38:41 +0100 |
commit | 0325a21da38e3335db27d890cdc824aff272086b (patch) | |
tree | e642a1c2320c7c1bb30183d540efedb9ac595aad /Lib/pathlib.py | |
parent | 31119e4f10d2905d0ed2c21a012dd9f45ec2fa61 (diff) | |
download | cpython-git-0325a21da38e3335db27d890cdc824aff272086b.tar.gz |
Fix whitespace
Diffstat (limited to 'Lib/pathlib.py')
-rw-r--r-- | Lib/pathlib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py index b81720e61e..06cbae5ce3 100644 --- a/Lib/pathlib.py +++ b/Lib/pathlib.py @@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath): class WindowsPath(Path, PureWindowsPath): __slots__ = () - |