# HG changeset patch # User Laurent Peuch # Date 1557914789 -7200 # Node ID 2beda828c1bf3d16ae3066e38a31a2873c5ca7c8 # Parent f28a19408d3dffd7388a162d3a73ee8c69c125d4 [pyramid/doc] bad docstring diff -r f28a19408d3d -r 2beda828c1bf cubicweb/pyramid/pyramidctl.py --- a/cubicweb/pyramid/pyramidctl.py Wed May 15 12:06:15 2019 +0200 +++ b/cubicweb/pyramid/pyramidctl.py Wed May 15 12:06:29 2019 +0200 @@ -53,7 +53,7 @@ def _generate_pyramid_ini_file(pyramid_ini_path): - """Write a 'development.ini' file into apphome.""" + """Write a 'pyramid.ini' file into apphome.""" template_fpath = os.path.join(os.path.dirname(__file__), 'pyramid.ini.tmpl') context = { 'secret_1': get_random_secret_key(),