Whitespace normalization.
This commit is contained in:
parent
8de0c1716b
commit
85ba673b0a
|
@ -445,7 +445,7 @@ class HTMLDoc(Doc):
|
|||
modpkgs.append((modname, name, 0, 0))
|
||||
modnames.append(modname)
|
||||
elif ispackage(path):
|
||||
modpkgs.append((file, name, 1, 0))
|
||||
modpkgs.append((file, name, 1, 0))
|
||||
modpkgs.sort()
|
||||
contents = self.multicolumn(modpkgs, self.modpkglink)
|
||||
result = result + self.bigsection(
|
||||
|
|
|
@ -37,4 +37,3 @@ def wrong3():
|
|||
global x
|
||||
"""
|
||||
compile_and_catch_warning(prog_text_3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue