From 4f221635d6b558d3a37e2237f05a4679a41978ce Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 30 May 2020 16:24:02 -0700 Subject: Add required line break for end of bulleted list --- src/pyramid/view.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pyramid/view.py b/src/pyramid/view.py index 65d81b8d0..3ef90320d 100644 --- a/src/pyramid/view.py +++ b/src/pyramid/view.py @@ -212,6 +212,7 @@ class view_config: - On Python source (``.py``) files. Compiled Python files (``.pyc``, ``.pyo``) without a corresponding source file are ignored. + .. seealso:: See also the `Venusian documentation -- cgit v1.2.3