@@ -309,10 +309,10 @@ class PackageDocumentationGenerator:
309309 """
310310
311311 def __init__ (
312- self , baseModules , destinationDirectory = "." ,
313- recursion = 1 , exclusions = (),
314- recursionStops = (),
315- formatter = None
312+ self , baseModules , destinationDirectory = "." ,
313+ recursion = 1 , exclusions = (),
314+ recursionStops = (),
315+ formatter = None
316316 ):
317317 """Initialize."""
318318 self .destinationDirectory = os .path .abspath (destinationDirectory )
@@ -411,7 +411,7 @@ def process(self):
411411 self .formatter .docmodule (
412412 object ,
413413 object .__name__ ,
414- packageContext = self ,
414+ packageContext = self ,
415415 )
416416 )
417417 file = open (
@@ -466,10 +466,10 @@ def recurseScan(self, objectList):
466466
467467 print ("Building Pydoc API Documentation" )
468468 PackageDocumentationGenerator (
469- baseModules = ['pymodbus' , '__builtin__' ],
470- destinationDirectory = "./html/" ,
471- exclusions = ['math' , 'string' , 'twisted' ],
472- recursionStops = [],
469+ baseModules = ['pymodbus' , '__builtin__' ],
470+ destinationDirectory = "./html/" ,
471+ exclusions = ['math' , 'string' , 'twisted' ],
472+ recursionStops = [],
473473 ).process ()
474474
475475 if os .path .exists ('../../../build' ):
0 commit comments