From a956e9dcc65ceda76b1c32e3343eaf3924352763 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Mon, 8 Aug 2011 15:55:24 -0500 Subject: missing comma --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config.py b/pyramid/config.py index a12df8ef7..3fac6847d 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -138,7 +138,7 @@ class Configurator(object): The Configurator accepts a number of arguments: ``registry``, ``package``, ``settings``, ``root_factory``, ``authentication_policy``, - ``authorization_policy``, ``renderers`` ``debug_logger``, + ``authorization_policy``, ``renderers``, ``debug_logger``, ``locale_negotiator``, ``request_factory``, ``renderer_globals_factory``, ``default_permission``, ``session_factory``, ``default_view_mapper``, ``autocommit``, and ``exceptionresponse_view``. -- cgit v1.2.3