Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / __init__.py
index 1f863ec..9554e9b 100644 (file)
@@ -25,9 +25,9 @@
 This module serves to contain all OpenERP addons, across all configured addons
 paths. For the code to manage those addons, see openerp.modules.
 
-Addons are made available here (i.e. under openerp.addons) after
-openerp.tools.config.parse_config() is called (so that the addons paths
-are known).
+Addons are made available under `openerp.addons` after
+openerp.tools.config.parse_config() is called (so that the addons paths are
+known).
 
 This module also conveniently reexports some symbols from openerp.modules.
 Importing them from here is deprecated.