doc/source/vmm_config.rst
branchv0.6.x
changeset 215 33f727efa7c4
parent 209 c705a9e38962
child 216 0c8c053b451c
--- a/doc/source/vmm_config.rst	Wed Feb 24 05:48:15 2010 +0000
+++ b/doc/source/vmm_config.rst	Thu Feb 25 17:56:08 2010 +0000
@@ -49,10 +49,10 @@
               LCO = LazyConfigOption
               self._cfg = {
                   'database': {# section database:
-                      'host': LCO(str, '::1', self.get),# options of the
-                      'name': LCO(str, 'dbx', self.get),# database section.
-                      'pass': LCO(str, None,  self.get),# No defaults for the
-                      'user': LCO(str, None,  self.get),# user and pass options
+                      'host': LCO(str, '::1', self.get), # options of the
+                      'name': LCO(str, 'dbx', self.get), # database section.
+                      'pass': LCO(str, None, self.get),  # No defaults for the
+                      'user': LCO(str, None, self.get),  # user and pass options
                   }
               }