summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nelson <jnelson@jamponi.net>2017-03-03 07:45:28 -0600
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-03 13:54:22 +0000
commitc661695b286db5914b49aef04b0f40275d260f14 (patch)
tree58e27cdf303a77f79421e77939255e60cdd7edbb
parent06fbd0ee023a075a71755966d9d7c17d3afd1b87 (diff)
downloadpsycopg2-c661695b286db5914b49aef04b0f40275d260f14.tar.gz
correct minor grammatical issue with deprecation warning
-rw-r--r--doc/src/extras.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst
index 5ef4223..f162bf1 100644
--- a/doc/src/extras.rst
+++ b/doc/src/extras.rst
@@ -951,7 +951,7 @@ converted into lists of strings.
.. autofunction:: register_inet
.. deprecated:: 2.7
- this function will not receive further development and disappear in
+ this function will not receive further development and may disappear in
future versions.
.. doctest::