diff -r 84e6e898e6c5 -r 33f727efa7c4 doc/source/vmm_config.rst --- 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 } }