Skip to content

Commit 7b15d13

Browse files
committed
Fix typo and whitespace
1 parent c255dad commit 7b15d13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

geoip2/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,13 +587,12 @@ class ISP(ASN):
587587
588588
.. attribute: mobile_network_code
589589
590-
The `mobile network code (MCC)
590+
The `mobile network code (MNC)
591591
<https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
592592
IP address and ISP.
593593
594594
:type: str
595595
596-
597596
.. attribute:: organization
598597
599598
The name of the organization associated with the IP address.

geoip2/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ class Traits(Record):
737737
738738
.. attribute: mobile_network_code
739739
740-
The `mobile network code (MCC)
740+
The `mobile network code (MNC)
741741
<https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
742742
IP address and ISP. This attribute is available from the City and
743743
Insights web services and the GeoIP2 Enterprise database.

0 commit comments

Comments
 (0)