From f14765d7f54dccbef7cb20580e452e822d45accb Mon Sep 17 00:00:00 2001 From: James Michael DuPont <42215113+jdnrg@users.noreply.github.com> Date: Thu, 18 Oct 2018 13:44:10 -0400 Subject: [PATCH] Update README.rst --- 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 ------------------