Fix typo and version

This commit is contained in:
Laurence Isla
2023-08-14 22:54:39 -05:00
committed by Steve Chavez
parent cacbbc31fe
commit 46548dd09b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ copyright = u'2017, ' + author
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'11.1' version = u'11.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'11.1.0' release = u'11.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
+1 -1
View File
@@ -10,7 +10,7 @@ Minimizing connections is paramount to performance. Each PostgreSQL connection c
Connection String Connection String
----------------- -----------------
For connecting to the database, the pool requires a connection string. You can can configure it using :ref:`db-uri`. For connecting to the database, the pool requires a connection string. You can configure it using :ref:`db-uri`.
.. _pool_growth_limit: .. _pool_growth_limit:
.. _dyn_conn_pool: .. _dyn_conn_pool: