From: Antoine Pitrou Date: Tue, 6 Aug 2013 20:57:31 +0000 (+0200) Subject: Normalize whitespace X-Git-Tag: v3.4.0a2~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47cd96eaeccc39075900dc1bde273768d603ef66;p=python Normalize whitespace --- diff --git a/Lib/_sitebuiltins.py b/Lib/_sitebuiltins.py index 9aafa984d2..1f21358e26 100644 --- a/Lib/_sitebuiltins.py +++ b/Lib/_sitebuiltins.py @@ -97,4 +97,3 @@ class _Helper(object): def __call__(self, *args, **kwds): import pydoc return pydoc.help(*args, **kwds) -