From 63d8525e8cbfd6e878355218aa1142c41718972e Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Mon, 14 Jan 2019 14:49:36 +0530 Subject: [PATCH] Typo Fixed. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3c6de07..3c2445a 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ The total simultaneous connections the pool will allow is ``pool_size + max_over As an example, databases in the `Heroku Postgres `_ starter tier have a maximum connection limit of 20. In that case your ``pool_size`` and ``max_overflow``, when combined, should not exceed 20. -Check out the official `SQLAlchemy Connection Pooling `_ docs to learn more about the optoins that can be defined in ``DATABASE_POOL_ARGS``. +Check out the official `SQLAlchemy Connection Pooling `_ docs to learn more about the options that can be defined in ``DATABASE_POOL_ARGS``. Django 1.3 Support ------------------