Skip to content

Commit

Permalink
Update README.md for description_for_number (#295)
Browse files Browse the repository at this point in the history
It looks like `area_description_for_number` is supposed to be `description_for_number` based on the example following.
  • Loading branch information
benmanns authored Apr 24, 2024
1 parent 9369ff4 commit 6648be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PhoneNumberMatch [51,62) 703-4800500
```

You might want to get some information about the location that corresponds to a phone number. The
`geocoder.area_description_for_number` does this, when possible.
`geocoder.description_for_number` does this, when possible.

```pycon
>>> from phonenumbers import geocoder
Expand Down

0 comments on commit 6648be0

Please sign in to comment.