summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Ribbens <jribbens@gmail.com>2024-09-07 03:21:15 +0100
committerGitHub <noreply@github.com>2024-09-06 23:21:15 -0300
commit826ef006681eae1e9b4bd0e4f18fa13713025cba (patch)
treea50c4dcd006f8e25b0ffe0ac9e8759e4ff8d43bf /docs
parent01a4d8a3c741b3129d481ef3515084a199d21222 (diff)
Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt5
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.