Normalize whitespace

This commit is contained in:
Antoine Pitrou 2013-08-06 22:57:31 +02:00
parent 853395b448
commit 47cd96eaec

View file

@ -97,4 +97,3 @@ def __repr__(self):
def __call__(self, *args, **kwds):
import pydoc
return pydoc.help(*args, **kwds)