diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-22 16:38:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-22 16:38:41 (GMT) |
commit | 0325a21da38e3335db27d890cdc824aff272086b (patch) | |
tree | e642a1c2320c7c1bb30183d540efedb9ac595aad | |
parent | 31119e4f10d2905d0ed2c21a012dd9f45ec2fa61 (diff) | |
download | cpython-0325a21da38e3335db27d890cdc824aff272086b.zip cpython-0325a21da38e3335db27d890cdc824aff272086b.tar.gz cpython-0325a21da38e3335db27d890cdc824aff272086b.tar.bz2 |
Fix whitespace
-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 b81720e..06cbae5 100644 --- a/Lib/pathlib.py +++ b/Lib/pathlib.py @@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath): class WindowsPath(Path, PureWindowsPath): __slots__ = () - |