diff options
| author | Jon Nelson <jnelson@jamponi.net> | 2017-03-03 07:45:28 -0600 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-03-03 13:54:22 +0000 |
| commit | c661695b286db5914b49aef04b0f40275d260f14 (patch) | |
| tree | 58e27cdf303a77f79421e77939255e60cdd7edbb /doc/src/extras.rst | |
| parent | 06fbd0ee023a075a71755966d9d7c17d3afd1b87 (diff) | |
| download | psycopg2-c661695b286db5914b49aef04b0f40275d260f14.tar.gz | |
correct minor grammatical issue with deprecation warning
Diffstat (limited to 'doc/src/extras.rst')
| -rw-r--r-- | doc/src/extras.rst | 2 |
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:: |
