From fbbf671f4644f1db86390bc57bb7529da9b37027 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 10 Nov 2009 07:42:05 +0000 Subject: Make the docs not lie about argument order. --- docs/api/router.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api/router.rst') diff --git a/docs/api/router.rst b/docs/api/router.rst index 11e5b6b35..2bccb9e18 100644 --- a/docs/api/router.rst +++ b/docs/api/router.rst @@ -5,4 +5,4 @@ .. automodule:: repoze.bfg.router -.. autofunction:: repoze.bfg.router.make_app(root_factory, package=None, filename='configure.zcml') +.. autofunction:: repoze.bfg.router.make_app(root_factory, package=None, filename='configure.zcml', settings=None) -- cgit v1.2.3