From af8d50de963818b603370cc6f76692a536d33c4f Mon Sep 17 00:00:00 2001 From: Yuekui Date: Wed, 10 Jul 2024 00:31:12 -0700 Subject: [PATCH] Remove redundancy in README.md (#299) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a4309e1c..2a99a86e 100644 --- a/README.md +++ b/README.md @@ -209,9 +209,6 @@ load of metadata will not cause a pause or memory exhaustion): * Force-load the extended metadata by `import`ing the appropriate packages (`phonenumbers.geocoder`, `phonenumbers.carrier`, `phonenumbers.timezone`). -The `phonenumberslite` version of the package does not include the geocoding, carrier and timezone metadata, -which can be useful if you have problems installing the main `phonenumbers` package due to space/memory limitations. - Static Typing -------------