Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.

This commit is contained in:
Jon Ribbens 2024-09-07 03:21:15 +01:00 committed by GitHub
parent 01a4d8a3c7
commit 826ef00668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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.