From eeea366a2c5cb56fdc7e8bdb8eb098ea1eff3705 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 19 Feb 2019 10:26:38 -0800 Subject: fix grammar --- docs/narr/firstapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index 10fbc5bb4..49d9b467f 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -170,7 +170,7 @@ Adding Configuration :lines: 12-13 The first line above calls the :meth:`pyramid.config.Configurator.add_route` -method, which registers a :term:`route` to root (``/``) URL path. +method, which registers a :term:`route` to the root (``/``) URL path. The second line registers the ``hello_world`` function as a :term:`view callable` and makes sure that it will be called when the ``hello`` route is -- cgit v1.2.3