# HG changeset patch # User David Douard # Date 1486566300 -3600 # Node ID cd09178c80a8f115794e6509e9bd111025f5b7dd # Parent b8ebd8724a37ba0cdcd44ec5f0d9a61f588cd3f5 [server] fix a typo in a docstring diff -r b8ebd8724a37 -r cd09178c80a8 cubicweb/server/__init__.py --- a/cubicweb/server/__init__.py Thu Feb 23 10:59:56 2017 +0100 +++ b/cubicweb/server/__init__.py Wed Feb 08 16:05:00 2017 +0100 @@ -206,7 +206,7 @@ def init_repository(config, interactive=True, drop=False, vreg=None, init_config=None): - """initialise a repository database by creating tables add filling them + """Initialise a repository database by creating tables and filling them with the minimal set of entities (ie at least the schema, base groups and a initial user) """