diff options
| author | Jon Ribbens <jribbens@gmail.com> | 2024-09-07 03:21:15 +0100 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-07 00:04:59 -0300 |
| commit | d3da5059996ef71b86a79279ab8f4972b7d1e70a (patch) | |
| tree | c92f02252befae29beb036283685b0ca9675a224 | |
| parent | 9da696f539ac3a01bd3f233b6b0b04cc59468ecc (diff) | |
[5.1.x] Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.
Backport of 826ef006681eae1e9b4bd0e4f18fa13713025cba from main.
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index a4a28496f6..2d0fafa8ef 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -195,8 +195,9 @@ Exceptions .. exception:: GeoIP2Exception - The exception raised when an error occurs in a call to the underlying - ``geoip2`` library. + The exception raised when an error occurs in the :class:`GeoIP2` wrapper. + Exceptions from the underlying ``geoip2`` library are passed through + unchanged. .. rubric:: Footnotes .. [#] GeoIP(R) is a registered trademark of MaxMind, Inc. |
