From ad7b3e226b0a377b345a0cda76a43cc95d546126 Mon Sep 17 00:00:00 2001 From: Robert Wikman Date: Tue, 8 Nov 2016 14:22:31 +0100 Subject: [PATCH] Fixed Pyramid link --- frameworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks.rst b/frameworks.rst index 30385a3..7bd7488 100644 --- a/frameworks.rst +++ b/frameworks.rst @@ -60,7 +60,7 @@ links! Pycnic is a mimimalist JSON API oriented framework for Python 2.7 and 3.x. It provides routing, cookies, and JSON error handling, while maintaining a small codebase. -`Pyramid `_ +`Pyramid `_ Merger of the Pylons and repoze.bfg projects, Pyramid is a minimalist web framework aiming at composability and making developers paying only for what they use.