Skip to content

Commit 9c38656

Browse files
oschwaldclaude
andcommitted
Update remaining GeoIP2 product prose to GeoIP
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 79850d8 commit 9c38656

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Clients handle HTTP status codes:
142142
- 500-599: Raised as `HTTPError` with status and body
143143
- Success (200): Response JSON parsed into model objects
144144

145-
#### 7. **GeoIP2 Integration**
145+
#### 7. **GeoIP Integration**
146146

147-
minFraud models extend GeoIP2 models:
147+
minFraud models extend GeoIP models:
148148
- `IPAddress` extends `geoip2.models.Insights` - Adds `risk` and `risk_reasons`
149149
- `GeoIP2Location` extends `geoip2.records.Location` - Adds `local_time`
150150

src/minfraud/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ class Factors(_Serializable):
966966
easily identify a particular request."""
967967

968968
ip_address: IPAddress
969-
"""A :class:`.IPAddress` object containing GeoIP2 and
969+
"""A :class:`.IPAddress` object containing GeoIP and
970970
minFraud Insights information about the IP address."""
971971

972972
queries_remaining: int
@@ -1090,7 +1090,7 @@ class Insights(_Serializable):
10901090
easily identify a particular request."""
10911091

10921092
ip_address: IPAddress
1093-
"""A :class:`.IPAddress` object containing GeoIP2 and
1093+
"""A :class:`.IPAddress` object containing GeoIP and
10941094
minFraud Insights information about the IP address."""
10951095

10961096
queries_remaining: int

0 commit comments

Comments
 (0)