hooke.ui.gui was getting complicated, so I stripped it down for a moment.
[hooke.git] / hooke / driver / __init__.py
index cdfb4aecbecbbb7e8cd14215a532f56581cf3d10..e51fb225e9bc5add71a229b143e4d3ab26cf7973 100644 (file)
@@ -51,10 +51,10 @@ DRIVER_SETTING_SECTION = 'drivers'
 """
 
 
-class Driver(object):
+class Driver (object):
     """Base class for file format drivers.
     
-    :attr:`name` identifies your driver, and should match the module
+    :attr:`name` identifies your driver and should match the module
     name.
     """
     def __init__(self, name):