Skip to content

Commit a93153b

Browse files
committed
docs: improve Java/Python equivalence table
1 parent 892ca59 commit a93153b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tools/python/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,8 @@ Some other mappings between the Java and Python versions:
107107
|Java | Python |
108108
|------------------------------------------|--------------------------------------------|
109109
|`countryCallingCodeToRegionCodeMap` |`COUNTRY_CODE_TO_REGION_CODE` |
110-
|`getSupportedRegions()` |N/A |
111-
|`supportedRegions` |`SUPPORTED_REGIONS` |
112-
|`getSupportedGlobalNetworkCallingCodes()` |N/A |
113-
|`countryCodesForNonGeographicalRegions` |`COUNTRY_CODES_FOR_NON_GEO_REGIONS` |
110+
|`getSupportedRegions()` |`SUPPORTED_REGIONS` |
111+
|`getSupportedGlobalNetworkCallingCodes()` |`COUNTRY_CODES_FOR_NON_GEO_REGIONS` |
114112
|`getMetadataForNonGeographicalRegion()` |`PhoneMetadata.metadata_for_nongeo_region()`|
115113

116114

0 commit comments

Comments
 (0)