From e7e7c60bb9474cab9e12a5c5a325b64d2826588e Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Wed, 2 Mar 2016 18:54:09 -0600 Subject: [PATCH] doc(README): Add missing comma --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 02d3161..f9aa00a 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ to keep the code lean, making Falcon easier to test, secure, optimize, and deploy. **Flexible.** Falcon is not opinionated when it comes to talking to -databases rendering content, authorizing requests, etc. You are free to +databases, rendering content, authorizing requests, etc. You are free to mix and match your own favorite libraries. Falcon apps work with any WSGI server, and run great under `CPython 2.6-2.7, PyPy, Jython 2.7, and CPython 3.3-3.5 `__.